Remove a debug print
This commit is contained in:
parent
767262ed8c
commit
1cf5df2d72
1 changed files with 0 additions and 1 deletions
|
@ -431,7 +431,6 @@ Backend_Surface* Backend_Init(SDL_Window *p_window)
|
|||
printf("GL_VENDOR = %s\n", glGetString(GL_VENDOR));
|
||||
printf("GL_RENDERER = %s\n", glGetString(GL_RENDERER));
|
||||
printf("GL_VERSION = %s\n", glGetString(GL_VERSION));
|
||||
printf("GL_SHADING_LANGUAGE_VERSION = %s\n", glGetString(GL_SHADING_LANGUAGE_VERSION));
|
||||
#endif
|
||||
|
||||
//glEnable(GL_DEBUG_OUTPUT);
|
||||
|
|
Loading…
Add table
Reference in a new issue