diff --git a/src/common/Time.cpp b/src/common/Time.cpp index 69e15a6..8f65b33 100644 --- a/src/common/Time.cpp +++ b/src/common/Time.cpp @@ -45,6 +45,8 @@ static void _init() { // Set start time for timer _t0_32 = timeGetTime(); } + + _initialized = true; } double PerformanceTimer::get() {