mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
fix: cloud's age ticking not syncing with the world's timedelta
This commit is contained in:
@@ -73,7 +73,7 @@ class WeatherObjectCloud(
|
||||
else "UNKNOWN"
|
||||
}
|
||||
else {
|
||||
life += 1
|
||||
life += world.worldTime.timeDelta
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user