diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/Camera3D.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Camera3D.hpp b/graphics/Camera3D.hpp index 084462f..eac1f47 100644 --- a/graphics/Camera3D.hpp +++ b/graphics/Camera3D.hpp @@ -20,7 +20,7 @@ enum Camera_Movement { // Default camera values const GLfloat YAW = -90.0f; const GLfloat PITCH = 0.0f; -const GLfloat SPEED = 3.0f; +const GLfloat SPEED = 30.0f; const GLfloat SENSITIVTY = 0.2f; const GLfloat ZOOM = 45.0f; |