diff options
| author | raysan5 <[email protected]> | 2020-03-25 18:39:28 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-03-25 18:39:28 +0100 |
| commit | 133a8825567e9571204e3000328bc544127e5dfb (patch) | |
| tree | 2d8452b62b6a4de16e7e0c6eb53cb75ae02d3d6e /src | |
| parent | 74339b9fdcfd57350b861b3e7b1c5b0495e92cb2 (diff) | |
| download | raylib-133a8825567e9571204e3000328bc544127e5dfb.tar.gz raylib-133a8825567e9571204e3000328bc544127e5dfb.zip | |
Update config.h
Diffstat (limited to 'src')
| -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 9b1b1ee2..cd896c6e 100644 --- a/src/config.h +++ b/src/config.h @@ -53,7 +53,7 @@ // Wait for events passively (sleeping while no events) instead of polling them actively every frame //#define SUPPORT_EVENTS_WAITING 1 // Allow automatic screen capture of current screen pressing F12, defined in KeyCallback() -//#define SUPPORT_SCREEN_CAPTURE 1 +#define SUPPORT_SCREEN_CAPTURE 1 // Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback() //#define SUPPORT_GIF_RECORDING 1 // Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP) |
