Fixed love.timer.step / dt

This commit is contained in:
Alex Szpakowski
2013-03-11 02:00:25 -03:00
parent 6a83eba5f2
commit ce71bc0847
+3 -3
View File
@@ -64,9 +64,9 @@ public:
private:
// Frame delta vars.
Uint32 currTime;
Uint32 prevTime;
Uint32 prevFpsUpdate;
double currTime;
double prevTime;
double prevFpsUpdate;
// Updated with a certain frequency.
int fps;