summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/performance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/performance.cpp b/main/performance.cpp
index 869a947b2a..e24a3673b9 100644
--- a/main/performance.cpp
+++ b/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;
}