Skip to content

Commit

Permalink
Merge pull request #15984 from volzhs/physics_fps
Browse files Browse the repository at this point in the history
Rename Fixed Fps to Physics Fps on Project Settings
  • Loading branch information
akien-mga authored Jan 22, 2018
2 parents f4d6743 + 56d4456 commit d3c43ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit d3c43ed

Please sign in to comment.