diff options
| author | raysan5 <raysan5@gmail.com> | 2015-08-28 14:14:29 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-08-28 14:14:29 +0200 |
| commit | c52ba520cec3c9d3fdf7cb1f70da95e9396c59a9 (patch) | |
| tree | d3b6d5d422a9b2bbb40711690d2fb39e51e2592f /src/rlgl.c | |
| parent | 322ca97c24f214d665cad512a70a696b489ecb52 (diff) | |
| download | raylib-c52ba520cec3c9d3fdf7cb1f70da95e9396c59a9.tar.gz raylib-c52ba520cec3c9d3fdf7cb1f70da95e9396c59a9.zip | |
Small tweaks
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -858,7 +858,7 @@ void rlglInit(void) // NOTE: We don't need that much data on screen... right now... #if defined(GRAPHICS_API_OPENGL_11) - TraceLog(INFO, "OpenGL 1.1 profile initialized"); + //TraceLog(INFO, "OpenGL 1.1 (or driver default) profile initialized"); #endif #if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2) |
