diff options
Diffstat (limited to 'source/game/StarSpawner.hpp')
-rw-r--r-- | source/game/StarSpawner.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarSpawner.hpp b/source/game/StarSpawner.hpp index 709ccdc..b04382a 100644 --- a/source/game/StarSpawner.hpp +++ b/source/game/StarSpawner.hpp @@ -60,7 +60,7 @@ public: // nothing if they are already active. void activateEmptyRegion(RectF region); - void update(); + void update(float dt); private: struct SpawnCellDebugInfo { |