diff options
| author | Ray <[email protected]> | 2018-11-06 15:10:50 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-11-06 15:10:50 +0100 |
| commit | fc1c9505ba94007a6c03d7f61a14df4a72637346 (patch) | |
| tree | fd6257c1809a86466528d9ee5e848db045240827 /src/config.h | |
| parent | e340517a735c9a563b39e24809b2f214ece991ad (diff) | |
| download | raylib-fc1c9505ba94007a6c03d7f61a14df4a72637346.tar.gz raylib-fc1c9505ba94007a6c03d7f61a14df4a72637346.zip | |
Remove end-line spaces
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 7992f5b3..bec0c5fc 100644 --- a/src/config.h +++ b/src/config.h @@ -45,7 +45,7 @@ // Use busy wait loop for timing sync, if not defined, a high-resolution timer is setup and used #define SUPPORT_BUSY_WAIT_LOOP 1 // Wait for events passively (sleeping while no events) instead of polling them actively every frame -//SUPPORT_EVENTS_WAITING 1 +//#define SUPPORT_EVENTS_WAITING 1 // Allow automatic screen capture of current screen pressing F12, defined in KeyCallback() #define SUPPORT_SCREEN_CAPTURE 1 // Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback() |
