mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix 'Navigation Process' monitor initialization
This commit is contained in:
parent
228db366bf
commit
dec0a3ed99
@ -316,6 +316,7 @@ uint64_t Performance::get_monitor_modification_time() {
|
||||
Performance::Performance() {
|
||||
_process_time = 0;
|
||||
_physics_process_time = 0;
|
||||
_navigation_process_time = 0;
|
||||
_monitor_modification_time = 0;
|
||||
singleton = this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user