summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cheatsheet/raylib_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet/raylib_core.c b/cheatsheet/raylib_core.c
index dff2a07..ccff7cc 100644
--- a/cheatsheet/raylib_core.c
+++ b/cheatsheet/raylib_core.c
@@ -122,7 +122,7 @@
float GetGesturePinchAngle(void); // Get gesture pinch angle
// Camera-related functions
- SetCameraMode(Camera camera, int mode); // Set camera mode (multiple camera modes available)
+ void SetCameraMode(Camera camera, int mode); // Set camera mode (multiple camera modes available)
void UpdateCamera(Camera *camera); // Update camera position for selected mode
void SetCameraPanControl(int panKey); // Set camera pan key to combine with mouse movement (free camera)
void SetCameraAltControl(int altKey); // Set camera alt key to combine with mouse movement (free camera)