Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarMainInterface.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-03-15 16:26:12 +1100
committerKae <80987908+Novaenia@users.noreply.github.com>2024-03-15 16:26:12 +1100
commit696abcca71274fbda2470f1941cb2e06b6ff8c61 (patch)
treeb3ba52a56383acbd5c3fa504cff3601a081b2b2e /source/frontend/StarMainInterface.hpp
parent658fab846e401b956530739f9ab4dce192362027 (diff)
fix late aimPosition
Diffstat (limited to 'source/frontend/StarMainInterface.hpp')
-rw-r--r--source/frontend/StarMainInterface.hpp1
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);