Fix 'Navigation Process' monitor initialization

This commit is contained in:
Pawel Lampe 2023-01-13 23:47:31 +01:00
parent 228db366bf
commit dec0a3ed99

View file

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