fix camera matrix hacks

This commit is contained in:
Asuro
2025-03-29 17:10:26 +01:00
parent dbc65fec9a
commit ef7833caa6
5 changed files with 47 additions and 59 deletions

View File

@@ -36,6 +36,8 @@ namespace Game
Transform PlayerCamTransform;
CameraMode CameraM = CameraMode::Freefly;
InputMode InputM = InputMode::Game;
float MouseSensitivity = 1.0f;
float MovementSpeed = 10.0f;
};
struct InstanceDebugData