Reduce the waterheight from the default 19.9 to 18 after the heightmap interpolation in refs #4174 made water visible in wrong locations. Fixes #4231.

This was SVN commit r18736.
This commit is contained in:
elexis 2016-09-19 22:00:03 +00:00
parent 0c6cc228c0
commit 4391498cf4
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ log("Initializing environment...");
setSunColor(0.753, 0.586, 0.584);
setSkySet("sunset");
setWaterHeight(18);
setWaterTint(0.25, 0.67, 0.65);
setWaterColor(0.18, 0.36, 0.39);
setWaterWaviness(8);

View File

@ -15,6 +15,7 @@ log("Initializing environment...");
setSunColor(0.733, 0.746, 0.574);
setWaterHeight(18);
setWaterTint(0.576, 0.541, 0.322);
setWaterColor(0.521, 0.475, 0.322);
setWaterWaviness(8);