diff options
Diffstat (limited to 'source/game/StarSystemWorldServer.hpp')
-rw-r--r-- | source/game/StarSystemWorldServer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarSystemWorldServer.hpp b/source/game/StarSystemWorldServer.hpp index 97ed5ac..f1bc30f 100644 --- a/source/game/StarSystemWorldServer.hpp +++ b/source/game/StarSystemWorldServer.hpp @@ -37,7 +37,7 @@ public: void removeObject(Uuid objectUuid); bool addObject(SystemObjectPtr object, bool doRangeCheck = false); - void update(); + void update(float dt); List<SystemObjectPtr> objects() const override; SystemObjectPtr getObject(Uuid const& uuid) const override; |