fix: cloud's age ticking not syncing with the world's timedelta

This commit is contained in:
minjaesong
2024-02-07 17:02:05 +09:00
parent f04548f9ab
commit 316bfbcc08

View File

@@ -73,7 +73,7 @@ class WeatherObjectCloud(
else "UNKNOWN"
}
else {
life += 1
life += world.worldTime.timeDelta
}
}