From 3525696523ab527af2268e0b8421085135f3d4d5 Mon Sep 17 00:00:00 2001 From: "wrenczes@gmail.com" Date: Tue, 9 Nov 2010 23:17:40 +0000 Subject: [PATCH] Fixed the build - missing file from my last submit. --- JGE/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);