diff options
Diffstat (limited to 'source/game/StarUniverseClient.hpp')
-rw-r--r-- | source/game/StarUniverseClient.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarUniverseClient.hpp b/source/game/StarUniverseClient.hpp index daad481..9fda492 100644 --- a/source/game/StarUniverseClient.hpp +++ b/source/game/StarUniverseClient.hpp @@ -53,7 +53,7 @@ public: // Updates internal world client in addition to handling universe level // commands. - void update(); + void update(float dt); Maybe<BeamUpRule> beamUpRule() const; bool canBeamUp() const; |