summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/VFR.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/System/VFR.cpp')
-rw-r--r--src/KingSystem/System/VFR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/System/VFR.cpp b/src/KingSystem/System/VFR.cpp
index e0f6d8b2..f2ae8d1f 100644
--- a/src/KingSystem/System/VFR.cpp
+++ b/src/KingSystem/System/VFR.cpp
@@ -189,7 +189,7 @@ void VFR::ScopedDeltaSetter::set(u32 include_mask, u32 exclude_mask) {
f32 raw_delta;
const auto delta = vfr->getDeltaAndSetMin(&raw_delta, include_mask, exclude_mask);
- const auto time = vfr->getDeltaTime();
+ const auto time = vfr->getDeltaFrame();
if (delta != time) {
mPreviousDelta = raw_delta;
if (delta > 0.0)