fixed a "bug" that assumed the framerates are normally distributed

This commit is contained in:
minjaesong
2022-10-15 13:12:14 +09:00
parent 93af194c8a
commit ccef7c32a0
6 changed files with 35 additions and 13 deletions

View File

@@ -112,7 +112,8 @@ object DefaultConfig {
"fx_newlight" to false,
"debug_key_deltat_benchmark" to Input.Keys.SLASH
"debug_key_deltat_benchmark" to Input.Keys.SLASH,
"debug_deltat_benchmark_sample_sizes" to 2048,