mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-06 08:38:30 +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 "UNKNOWN"
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
life += 1
|
life += world.worldTime.timeDelta
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user