diff options
Diffstat (limited to 'src/KingSystem/System/SystemTimers.cpp')
| -rw-r--r-- | src/KingSystem/System/SystemTimers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/System/SystemTimers.cpp b/src/KingSystem/System/SystemTimers.cpp index 4142cfd9..31c87562 100644 --- a/src/KingSystem/System/SystemTimers.cpp +++ b/src/KingSystem/System/SystemTimers.cpp @@ -26,7 +26,7 @@ void SystemTimers::prepareStageUnload() {} void SystemTimers::incrementCountersAndUpdate() { mFrameCounter++; mFrameCounter2++; - f32 deltaTime = VFR::instance()->getDeltaTime(); + f32 deltaTime = VFR::instance()->getDeltaFrame(); mVfrTimer += deltaTime; while (mVfrTimer >= 1) { |
