diff options
| author | Ray <[email protected]> | 2018-07-30 12:17:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-07-30 12:17:24 +0200 |
| commit | 69605647b65ee3dab54bc5dc09a62c6bf9422631 (patch) | |
| tree | 2a23d804023623829019aff20076aed3db9d6d6f | |
| parent | 730072ca6ec9b363eae2058456ba9b25f4b352d3 (diff) | |
| download | raylib.com-69605647b65ee3dab54bc5dc09a62c6bf9422631.tar.gz raylib.com-69605647b65ee3dab54bc5dc09a62c6bf9422631.zip | |
Corrected typo
| -rw-r--r-- | cheatsheet/raylib_core.c | 2 |
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) |
