From 696abcca71274fbda2470f1941cb2e06b6ff8c61 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:26:12 +1100 Subject: fix late aimPosition --- source/frontend/StarMainInterface.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarMainInterface.hpp') 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); -- cgit v1.2.3