diff options
Diffstat (limited to 'source/frontend/StarMainInterface.hpp')
-rw-r--r-- | source/frontend/StarMainInterface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMainInterface.hpp b/source/frontend/StarMainInterface.hpp index 9cf2342..ddc4d3d 100644 --- a/source/frontend/StarMainInterface.hpp +++ b/source/frontend/StarMainInterface.hpp @@ -91,7 +91,7 @@ public: void handleInteractAction(InteractAction interactAction); // Handles incoming client messages, aims main player, etc. - void update(); + void update(float dt); // Render things e.g. quest indicators that should be drawn in the world // behind interface e.g. chat bubbles |