Skip to content

Commit fb5bc42

Browse files
authored
update camera pan speed (#5554)
1 parent b04d2a2 commit fb5bc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rcamera.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ RLAPI Matrix GetCameraProjectionMatrix(Camera *camera, float aspect);
199199
//----------------------------------------------------------------------------------
200200
#define CAMERA_MOVE_SPEED 5.4f // Units per second
201201
#define CAMERA_ROTATION_SPEED 0.03f
202-
#define CAMERA_PAN_SPEED 0.2f
202+
#define CAMERA_PAN_SPEED 2.0f
203203

204204
// Camera mouse movement sensitivity
205205
#define CAMERA_MOUSE_MOVE_SENSITIVITY 0.003f

0 commit comments

Comments
 (0)