weather in weathercodex

This commit is contained in:
minjaesong
2024-04-14 00:18:30 +09:00
parent 670a308c78
commit 4fba0f70c9
48 changed files with 311 additions and 208 deletions

View File

@@ -174,7 +174,7 @@ object TerrarumPostProcessor : Disposable {
}
if (KeyToggler.isOn(Input.Keys.F2)) {
if (INGAME.WORLD_UPDATE_TIMER % 64 == 42) {
if (INGAME.WORLD_UPDATE_TIMER % 64 == 42L) {
// we're going to assume the data are normally distributed
deltatBenchStr = if (INGAME.deltaTeeBenchmarks.elemCount < INGAME.deltaTeeBenchmarks.size) {
"ΔF: Gathering data (${INGAME.deltaTeeBenchmarks.elemCount}/${INGAME.deltaTeeBenchmarks.size})"