diff options
| author | vaezim <[email protected]> | 2024-05-30 02:22:07 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-30 08:22:07 +0200 |
| commit | d7a8af144d066e28e821916ac10e66407e7bfa05 (patch) | |
| tree | 5af43dd72a7550e8ff7833339b4e100e35b52412 /src/config.h | |
| parent | f2344cd08944a7be63b9e5ebf134daf5ff1cd84f (diff) | |
| download | raylib-d7a8af144d066e28e821916ac10e66407e7bfa05.tar.gz raylib-d7a8af144d066e28e821916ac10e66407e7bfa05.zip | |
Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 3c92de72..c54583e7 100644 --- a/src/config.h +++ b/src/config.h @@ -66,7 +66,7 @@ #define SUPPORT_COMPRESSION_API 1 // Support automatic generated events, loading and recording of those events when required #define SUPPORT_AUTOMATION_EVENTS 1 -// Support custom frame control, only for advance users +// Support custom frame control, only for advanced users // By default EndDrawing() does this job: draws everything + SwapScreenBuffer() + manage frame timing + PollInputEvents() // Enabling this flag allows manual control of the frame processes, use at your own risk //#define SUPPORT_CUSTOM_FRAME_CONTROL 1 |
