You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix 'Navigation Process' monitor initialization
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user