fix: camera rotation not updating when menu is open

This commit is contained in:
MihailRis
2025-02-17 22:35:35 +03:00
parent 21c630024a
commit 801354c15d
2 changed files with 15 additions and 3 deletions
+2 -1
View File
@@ -42,7 +42,8 @@ public:
CameraControl(Player& player, const CameraSettings& settings);
void updateMouse(PlayerInput& input);
void update(PlayerInput input, float delta, const Chunks& chunks);
void refresh();
void refreshPosition();
void refreshRotation();
};
class PlayerController {