From 1c63cbf204b1d2c667ce9f821ccb197d0ffb0ac3 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 11 May 2011 14:48:17 +0000 Subject: Review of the main loop timer, converted timers from float to unsigned long, corrected a number of timing bugs, improved client framerate stability. --- src/client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index a5ce297..85562a1 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -75,7 +75,7 @@ public: protected: /// run a client frame - virtual void frame(unsigned long timestamp); + virtual void frame(); private: -- cgit v1.2.3