diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-15 16:26:12 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-15 16:26:12 +1100 |
commit | 696abcca71274fbda2470f1941cb2e06b6ff8c61 (patch) | |
tree | b3ba52a56383acbd5c3fa504cff3601a081b2b2e /source/frontend/StarMainInterface.hpp | |
parent | 658fab846e401b956530739f9ab4dce192362027 (diff) |
fix late aimPosition
Diffstat (limited to 'source/frontend/StarMainInterface.hpp')
-rw-r--r-- | source/frontend/StarMainInterface.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarMainInterface.hpp b/source/frontend/StarMainInterface.hpp index 96e4fbd..0f1487e 100644 --- a/source/frontend/StarMainInterface.hpp +++ b/source/frontend/StarMainInterface.hpp @@ -89,6 +89,7 @@ public: void handleInteractAction(InteractAction interactAction); + void preUpdate(float dt); // Handles incoming client messages, aims main player, etc. void update(float dt); |