mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed love.timer.step / dt
This commit is contained in:
@@ -64,9 +64,9 @@ public:
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
// Frame delta vars.
|
// Frame delta vars.
|
||||||
Uint32 currTime;
|
double currTime;
|
||||||
Uint32 prevTime;
|
double prevTime;
|
||||||
Uint32 prevFpsUpdate;
|
double prevFpsUpdate;
|
||||||
|
|
||||||
// Updated with a certain frequency.
|
// Updated with a certain frequency.
|
||||||
int fps;
|
int fps;
|
||||||
|
|||||||
Reference in New Issue
Block a user