diff options
Diffstat (limited to 'source/game/StarSystemWorldClient.hpp')
-rw-r--r-- | source/game/StarSystemWorldClient.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarSystemWorldClient.hpp b/source/game/StarSystemWorldClient.hpp index 74ef6c0..1ec059a 100644 --- a/source/game/StarSystemWorldClient.hpp +++ b/source/game/StarSystemWorldClient.hpp @@ -25,7 +25,7 @@ public: SystemLocation shipDestination() const; bool flying() const; - void update(); + void update(float dt); List<SystemObjectPtr> objects() const override; SystemObjectPtr getObject(Uuid const& uuid) const override; |