mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | Better code
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user