mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Renamed fixed_process to physics_process
This commit is contained in:
parent
4f39ce32b9
commit
4537977d6d
75 changed files with 296 additions and 296 deletions
|
@ -116,9 +116,9 @@ Engine::Engine() {
|
|||
_target_fps = 0;
|
||||
_time_scale = 1.0;
|
||||
_pixel_snap = false;
|
||||
_fixed_frames = 0;
|
||||
_physics_frames = 0;
|
||||
_idle_frames = 0;
|
||||
_in_fixed = false;
|
||||
_in_physics = false;
|
||||
_frame_ticks = 0;
|
||||
_frame_step = 0;
|
||||
editor_hint = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue