aboutsummaryrefslogtreecommitdiff
path: root/raylib/config.h
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-09-23 19:28:45 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-09-23 19:28:45 -0300
commita89f892640cf12f75c7ce18e6e88c70a8d3965ed (patch)
treee917bda607b86cb7c5bd80df2e5abf549d972163 /raylib/config.h
parent83505b7be49dbf7789deb814bd159d9c37181d05 (diff)
things can always be nicer :D
Diffstat (limited to 'raylib/config.h')
-rw-r--r--raylib/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib/config.h b/raylib/config.h
index 2593b58..4cbb181 100644
--- a/raylib/config.h
+++ b/raylib/config.h
@@ -35,7 +35,7 @@
#define SUPPORT_MODULE_RSHAPES 1
#define SUPPORT_MODULE_RTEXTURES 1
#define SUPPORT_MODULE_RTEXT 1 // WARNING: It requires SUPPORT_MODULE_RTEXTURES to load sprite font textures
-//#define SUPPORT_MODULE_RMODELS 1
+#define SUPPORT_MODULE_RMODELS 1
#define SUPPORT_MODULE_RAUDIO 1
//------------------------------------------------------------------------------------