Small tweaks

This commit is contained in:
raysan5
2015-08-28 14:14:29 +02:00
parent 322ca97c24
commit c52ba520ce
4 changed files with 16 additions and 9 deletions

View File

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