diff --git a/base/camera.hpp b/base/camera.hpp index fb457ea2..bac67c6b 100644 --- a/base/camera.hpp +++ b/base/camera.hpp @@ -153,8 +153,8 @@ public: camFront = glm::normalize(camFront); float moveSpeed = deltaTime * movementSpeed * 2.0f; - float rotSpeed = deltaTime * 50.0f; - + float rotSpeed = deltaTime * rotationSpeed * 50.0f; + // Move if (fabsf(axisLeft.y) > deadZone) {