mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Set initial SceneTree processes times to 0.0
This commit is contained in:
parent
438b706d43
commit
96c75f1d10
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ private:
|
||||||
Window *root = nullptr;
|
Window *root = nullptr;
|
||||||
|
|
||||||
uint64_t tree_version = 1;
|
uint64_t tree_version = 1;
|
||||||
double physics_process_time = 1.0;
|
double physics_process_time = 0.0;
|
||||||
double process_time = 1.0;
|
double process_time = 0.0;
|
||||||
bool accept_quit = true;
|
bool accept_quit = true;
|
||||||
bool quit_on_go_back = true;
|
bool quit_on_go_back = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue