mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 18:44:05 +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) {
|
if (INGAME.WORLD_UPDATE_TIMER % 64 == 42) {
|
||||||
// we're going to assume the data are normally distributed
|
// we're going to assume the data are normally distributed
|
||||||
deltatBenchStr = if (INGAME.deltaTeeBenchmarks.elemCount < INGAME.deltaTeeBenchmarks.size) {
|
deltatBenchStr = if (INGAME.deltaTeeBenchmarks.elemCount < INGAME.deltaTeeBenchmarks.size) {
|
||||||
|
|||||||
Reference in New Issue
Block a user