summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 72a2d964..61e6f8f3 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -39,8 +39,8 @@
#include "raymath.h" // Required for data type Matrix and Matrix functions
// Select desired OpenGL version
-#define USE_OPENGL_11
-//#define USE_OPENGL_33
+//#define USE_OPENGL_11
+#define USE_OPENGL_33
//#define USE_OPENGL_ES2
//----------------------------------------------------------------------------------