mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Fixed love.timer.step / dt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user