mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
benchmark key changed to F2
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user