diff --git a/Enhancements/VCNES_Undarken/d2a97b2fb99411a5_0000000000000079_ps.txt b/Enhancements/VCNES_Undarken/d2a97b2fb99411a5_0000000000000079_ps.txt index 67fe6e38..ec1b5965 100644 --- a/Enhancements/VCNES_Undarken/d2a97b2fb99411a5_0000000000000079_ps.txt +++ b/Enhancements/VCNES_Undarken/d2a97b2fb99411a5_0000000000000079_ps.txt @@ -31,5 +31,5 @@ int cubeMapFaceId; R0f = passParameterSem0; R0f.xyzw = (texture(textureUnitPS0, R0f.xy).xyzw); // export -passPixelColor0 = vec4(R0f.x, R0f.y, R0f.z, R0f.w)*float(1.4); +passPixelColor0 = vec4(R0f.x, R0f.y, R0f.z, R0f.w)*float(1.420118343195266); }