+ | Better code

This commit is contained in:
TheRedShip
2025-01-03 00:22:58 +01:00
parent 1c619b76d1
commit f973d77654
10 changed files with 3090 additions and 10 deletions

View File

@ -38,8 +38,6 @@ void Camera::update_camera_vectors()
void Camera::update(float delta_time)
{
delta_time = 0.016;
_velocity += _acceleration * delta_time;
if (glm::length(_acceleration) < 0.1f)