That was only part of the problem, now it should all work properly (and more accurately)

This commit is contained in:
Bart van Strien
2012-03-03 11:42:39 +01:00
parent c2fb5618c1
commit dcb09c03a8
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ namespace sdl
void step();
void sleep(double seconds);
double getDelta() const;
double getFPS() const;
int getFPS() const;
double getTime() const;
double getMicroTime() const;
@@ -70,7 +70,7 @@ namespace sdl
Uint32 prevFpsUpdate;
// Updated with a certain frequency.
double fps;
int fps;
// The frequency by which to update the FPS.
double fpsUpdateFrequency;