summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-06-17 12:47:03 +0200
committerRay <[email protected]>2021-06-17 12:47:03 +0200
commite07054d0d48161b31375ad83c6e505553bf8f204 (patch)
tree1e5e985ad3aaa000b9e734aaf96d37ad6aee0810 /src/config.h
parentb733e76c869afcaee1e2f716bfd99b8b10ef507c (diff)
downloadraylib-e07054d0d48161b31375ad83c6e505553bf8f204.tar.gz
raylib-e07054d0d48161b31375ad83c6e505553bf8f204.zip
RENAMED: `SwapBuffers()` -> `SwapScreenBuffer()`
Avoid possible symbol collisions
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index df34f809..7edac306 100644
--- a/src/config.h
+++ b/src/config.h
@@ -58,7 +58,7 @@
// Support automatic generated events, loading and recording of those events when required
#define SUPPORT_EVENTS_AUTOMATION 1
// Support custom frame control, only for advance users
-// By default EndDrawing() does this job: draws everything + SwapBuffers() + manage frame timming + PollInputEvents()
+// By default EndDrawing() does this job: draws everything + SwapScreenBuffer() + manage frame timming + PollInputEvents()
// Enabling this flag allows manual control of the frame processes, use at your own risk
//#define SUPPORT_CUSTOM_FRAME_CONTROL 1