mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 20:36:53 +01:00
Set initial SceneTree processes times to 0.0
This commit is contained in:
parent
28222d21e5
commit
ef7646924a
@ -2184,8 +2184,8 @@ SceneTree::SceneTree() {
|
||||
GLOBAL_DEF("debug/shapes/collision/draw_2d_outlines", true);
|
||||
|
||||
tree_version = 1;
|
||||
physics_process_time = 1;
|
||||
idle_process_time = 1;
|
||||
physics_process_time = 0.f;
|
||||
idle_process_time = 0.f;
|
||||
|
||||
root = nullptr;
|
||||
input_handled = false;
|
||||
|
Loading…
Reference in New Issue
Block a user