diff --git a/src/modules/timer/sdl/Timer.h b/src/modules/timer/sdl/Timer.h index 913cdcb1b..ea6cf6156 100644 --- a/src/modules/timer/sdl/Timer.h +++ b/src/modules/timer/sdl/Timer.h @@ -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;