mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
fix: newly created world did not get clouds
This commit is contained in:
@@ -101,7 +101,11 @@ internal object WeatherMixer : RNGConsumer {
|
||||
initClouds()
|
||||
}
|
||||
|
||||
fun internalReset() = internalReset(RNG.state0, RNG.state1)
|
||||
fun internalReset() {
|
||||
currentWeather = weatherList[WEATHER_GENERIC]!![0]
|
||||
internalReset(RNG.state0, RNG.state1)
|
||||
initClouds()
|
||||
}
|
||||
|
||||
fun internalReset(s0: Long, s1: Long) {
|
||||
globalLightOverridden = false
|
||||
|
||||
Reference in New Issue
Block a user