diff options
| author | raysan5 <raysan5@gmail.com> | 2014-06-09 16:33:53 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-06-09 16:33:53 +0200 |
| commit | 8e186e840c7aa9dd79e447e1a67ac81d188bff2d (patch) | |
| tree | c0f076fd1a0ed2689564c3e93008297414d4ff2a /src/rlgl.h | |
| parent | a42f8328b2b3e9fb87961536cfda370635fd6bb1 (diff) | |
| download | raylib-8e186e840c7aa9dd79e447e1a67ac81d188bff2d.tar.gz raylib-8e186e840c7aa9dd79e447e1a67ac81d188bff2d.zip | |
Updated some comments
Diffstat (limited to 'src/rlgl.h')
| -rw-r--r-- | src/rlgl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 //---------------------------------------------------------------------------------- |
