summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2020-11-20 00:34:18 +0100
committerRay <[email protected]>2020-11-20 00:34:18 +0100
commit4eae76302fa174f7fe045851261e361aa200d107 (patch)
treedf830a0d240a3bbfafb824dccd2edd88839341cc /src/config.h
parent4a7ab0ae244e8395b76912b8c57ad3d69576888b (diff)
downloadraylib-4eae76302fa174f7fe045851261e361aa200d107.tar.gz
raylib-4eae76302fa174f7fe045851261e361aa200d107.zip
REPLACED: rgif.h by msf_gif.h
The improvement in performance is considerable!
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 c6725e84..7be9ef23 100644
--- a/src/config.h
+++ b/src/config.h
@@ -55,7 +55,7 @@
// 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()
-//#define SUPPORT_GIF_RECORDING 1
+#define SUPPORT_GIF_RECORDING 1
// Allow scale all the drawn content to match the high-DPI equivalent size (only PLATFORM_DESKTOP)
//#define SUPPORT_HIGH_DPI 1
// Support CompressData() and DecompressData() functions