diff --git a/src/net/torvald/terrarum/weather/WeatherMixer.kt b/src/net/torvald/terrarum/weather/WeatherMixer.kt index 1f83bfcd5..341e00cb1 100644 --- a/src/net/torvald/terrarum/weather/WeatherMixer.kt +++ b/src/net/torvald/terrarum/weather/WeatherMixer.kt @@ -155,7 +155,7 @@ internal object WeatherMixer : RNGConsumer { } var turbidity = 1.0; private set - private var gH = 1.4f * App.scr.height + private var gH = 1.8f * App.scr.height // private var gH = 0.8f * App.scr.height internal var parallaxPos = 0f; private set