diff options
| author | Ray <[email protected]> | 2022-06-06 20:23:14 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-06 20:23:14 +0200 |
| commit | 461cdda71e8d2d2ee750fb14d86bc85d727499d8 (patch) | |
| tree | 24d677c55af9d645130c989ad8536b07f4b34d10 /src/raylib.h | |
| parent | c11d30bafef2b0a7836815dc914a2725c726068a (diff) | |
| download | raylib-461cdda71e8d2d2ee750fb14d86bc85d727499d8.tar.gz raylib-461cdda71e8d2d2ee750fb14d86bc85d727499d8.zip | |
Reviewed latest PR, variable name
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 3fcf66b3..3b87a137 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -958,7 +958,7 @@ RLAPI void DisableEventWaiting(void); // Disable wai // To avoid that behaviour and control frame processes manually, enable in config.h: SUPPORT_CUSTOM_FRAME_CONTROL RLAPI void SwapScreenBuffer(void); // Swap back buffer with front buffer (screen drawing) RLAPI void PollInputEvents(void); // Register all input events -RLAPI void WaitTime(double waitSeconds); // Wait for some time (halt program execution) +RLAPI void WaitTime(double seconds); // Wait for some time (halt program execution) // Cursor-related functions RLAPI void ShowCursor(void); // Shows cursor |
