Browse Source

Corrected camera issue

pull/23/head
Marc Palau 9 years ago
parent
commit
fca60cb597
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/camera.c

+ 1
- 1
src/camera.c View File

@ -35,7 +35,7 @@
// FREE_CAMERA // FREE_CAMERA
#define FREE_CAMERA_MOUSE_SENSITIVITY 0.01 #define FREE_CAMERA_MOUSE_SENSITIVITY 0.01
#define FREE_CAMERA_DISTANCE_MIN_CLAMP 0.3 #define FREE_CAMERA_DISTANCE_MIN_CLAMP 0.3
#define FREE_CAMERA_DISTANCE_MAX_CLAMP 12
#define FREE_CAMERA_DISTANCE_MAX_CLAMP 120
#define FREE_CAMERA_MIN_CLAMP 85 #define FREE_CAMERA_MIN_CLAMP 85
#define FREE_CAMERA_MAX_CLAMP -85 #define FREE_CAMERA_MAX_CLAMP -85
#define FREE_CAMERA_SMOOTH_ZOOM_SENSITIVITY 0.05 #define FREE_CAMERA_SMOOTH_ZOOM_SENSITIVITY 0.05

Loading…
Cancel
Save