diff options
Diffstat (limited to 'source/game/StarGameTimers.hpp')
-rw-r--r-- | source/game/StarGameTimers.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarGameTimers.hpp b/source/game/StarGameTimers.hpp index 9dff1ae..15380e6 100644 --- a/source/game/StarGameTimers.hpp +++ b/source/game/StarGameTimers.hpp @@ -13,8 +13,8 @@ struct GameTimer { float time; float timer; - bool tick(float dt = WorldTimestep); // returns true if time is up - bool wrapTick(float dt = WorldTimestep); // auto resets + bool tick(float dt = GlobalTimestep); // returns true if time is up + bool wrapTick(float dt = GlobalTimestep); // auto resets void reset(); void setDone(); void invert(); |