diff options
author | Pawel Lampe <pawel.lampe@gmail.com> | 2023-01-13 23:47:31 +0100 |
---|---|---|
committer | Pawel Lampe <pawel.lampe@gmail.com> | 2023-01-13 23:47:31 +0100 |
commit | dec0a3ed999555e076a308dbcc3dfdcdb441ab77 (patch) | |
tree | 5bce5d237397bda2c69e34ba1ebe29122088b034 | |
parent | 228db366bf7eee5cc1623f009d27e88ed80b5d7d (diff) |
Fix 'Navigation Process' monitor initialization
-rw-r--r-- | main/performance.cpp | 1 |
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; } |