Browse Source

Fix 'Navigation Process' monitor initialization

Pawel Lampe 2 years ago
parent
commit
dec0a3ed99
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/performance.cpp

+ 1 - 0
main/performance.cpp

@@ -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;
 }