summaryrefslogtreecommitdiff
path: root/src/KingSystem/ksysDebugInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ksysDebugInput.cpp')
-rw-r--r--src/KingSystem/ksysDebugInput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/ksysDebugInput.cpp b/src/KingSystem/ksysDebugInput.cpp
index b1af1435..2ff54035 100644
--- a/src/KingSystem/ksysDebugInput.cpp
+++ b/src/KingSystem/ksysDebugInput.cpp
@@ -7,7 +7,7 @@ SEAD_SINGLETON_DISPOSER_IMPL(DebugInput)
void DebugInput::update() {
if (mFlags.isOnBit(0)) {
- mLastDelta += VFR::instance()->getDeltaTime();
+ mLastDelta += VFR::instance()->getDeltaFrame();
while (mLastDelta > 30.0) {
mLastDelta -= 30.0;
}