summaryrefslogtreecommitdiffhomepage
path: root/src/rlgl.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2014-07-23 19:50:06 +0200
committerraysan5 <[email protected]>2014-07-23 19:50:06 +0200
commit56a79797505eb50386b587465707248c091400df (patch)
treec3a4cff9bbd16b81486ada4bf269166abbd11bb7 /src/rlgl.h
parentecb3c47704ccaa349ee4824b019181d700919582 (diff)
downloadraylib-56a79797505eb50386b587465707248c091400df.tar.gz
raylib-56a79797505eb50386b587465707248c091400df.zip
Corrected bugs...
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 6ec54331..ee5f742c 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -40,7 +40,7 @@
// Select desired OpenGL version
//#define USE_OPENGL_11
-#define USE_OPENGL_33
+//#define USE_OPENGL_33
//#define USE_OPENGL_ES2
//----------------------------------------------------------------------------------