diff options
| -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 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 |
