diff --git a/JGE/src/main.cpp b/JGE/src/main.cpp index 59d2dc704..193606911 100644 --- a/JGE/src/main.cpp +++ b/JGE/src/main.cpp @@ -326,7 +326,7 @@ void Run() { sceRtcGetCurrentTick(&curr); float dt = (curr - lastTime) / (float)gTickFrequency; - g_engine->mDelta = dt; + g_engine->mDeltaTime = dt; if (!g_engine->mPaused) { sceCtrlPeekBufferPositive(&gCtrlPad, 1);