diff options
Diffstat (limited to 'source/game/StarStatCollection.hpp')
-rw-r--r-- | source/game/StarStatCollection.hpp | 4 |
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; |