mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
weather in weathercodex
This commit is contained in:
@@ -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})"
|
||||
|
||||
Reference in New Issue
Block a user