SL-18664 Fix for "transparent water" off causing broken horizon line.

meow-7.2.2
Dave Parks 2023-02-13 10:12:48 -06:00
parent aca35b884f
commit 9036d80106
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void main()
fb = applyWaterFogViewLinear(refPos, fb, sunlit);
#else
vec4 fb = applyWaterFogViewLinear(viewVec*1024.0, vec4(0.5), sunlit);
vec4 fb = applyWaterFogViewLinear(viewVec*2048.0, vec4(0.5), sunlit);
#endif
float metallic = 0.0;