Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarStatCollection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarStatCollection.hpp')
-rw-r--r--source/game/StarStatCollection.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarStatCollection.hpp b/source/game/StarStatCollection.hpp
index 7094273..c535ef1 100644
--- a/source/game/StarStatCollection.hpp
+++ b/source/game/StarStatCollection.hpp
@@ -49,8 +49,8 @@ public:
void removeStatModifierGroup(StatModifierGroupId modifierGroupId);
void clearStatModifiers();
- void tickMaster();
- void tickSlave();
+ void tickMaster(float dt);
+ void tickSlave(float dt);
private:
void netElementsNeedLoad(bool full) override;