From 730072ca6ec9b363eae2058456ba9b25f4b352d3 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 28 Jul 2018 18:14:29 +0200 Subject: Corrected typo --- cheatsheet/raylib_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheet/raylib_core.c b/cheatsheet/raylib_core.c index de690fd..dff2a07 100644 --- a/cheatsheet/raylib_core.c +++ b/cheatsheet/raylib_core.c @@ -38,7 +38,7 @@ Vector2 GetWorldToScreen(Vector3 position, Camera camera); // Returns the screen space position for a 3d world space position Matrix GetCameraMatrix(Camera camera); // Returns camera transform matrix (view matrix) - // Timming-related functions + // Timing-related functions void SetTargetFPS(int fps); // Set target FPS (maximum) int GetFPS(void); // Returns current FPS float GetFrameTime(void); // Returns time in seconds for last frame drawn -- cgit v1.2.3