summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2018-01-23 06:01:31 +0900
committervolzhs <volzhs@gmail.com>2018-01-23 06:01:31 +0900
commit56d4456bea59cc1ea93fae62d1ddafc958fe304b (patch)
treee2949f94ddf6aed7c51eb1db16841dda1d68021c
parentf4d67433e7ffa2be15966c00e8e9d495bf42f8d0 (diff)
Rename Fixed Fps to Physics Fps on Project Settings
Fixes #15981
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index d670b1d0b5..4759e378e9 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -903,7 +903,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
OS::get_singleton()->set_screen_orientation(OS::SCREEN_LANDSCAPE);
}
- Engine::get_singleton()->set_iterations_per_second(GLOBAL_DEF("physics/common/fixed_fps", 60));
+ Engine::get_singleton()->set_iterations_per_second(GLOBAL_DEF("physics/common/physics_fps", 60));
Engine::get_singleton()->set_target_fps(GLOBAL_DEF("debug/settings/fps/force_fps", 0));
GLOBAL_DEF("debug/settings/stdout/print_fps", OS::get_singleton()->is_stdout_verbose());