aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/base/time.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/time.cpp b/src/base/time.cpp
index f4d37e7a..bbfb4330 100644
--- a/src/base/time.cpp
+++ b/src/base/time.cpp
@@ -25,7 +25,7 @@
#include "time.hpp"
#include <SDL/SDL.h>
-#define SDL_CORRECTION_RATIO 1000
+#define SDL_CORRECTION_RATIO 1000.0f
namespace usdx
{