Updated some comments

This commit is contained in:
raysan5
2014-06-09 16:33:53 +02:00
parent a42f8328b2
commit 8e186e840c
6 changed files with 57 additions and 57 deletions

View File

@@ -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
//----------------------------------------------------------------------------------