benchmark key changed to F2

This commit is contained in:
minjaesong
2023-09-18 19:31:36 +09:00
parent 9290dc420e
commit 7196cfec8c

View File

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