Merge pull request #10029 from ISylvox/disable-needless-printline
Remove meaningless print_line from editor Console
This commit is contained in:
commit
7dfbc31e07
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ static void GLAPIENTRY _gl_debug_print(GLenum source, GLenum type, GLuint id, GL
|
|||
if (type == _EXT_DEBUG_TYPE_OTHER_ARB)
|
||||
return;
|
||||
|
||||
print_line("mesege");
|
||||
char debSource[256], debType[256], debSev[256];
|
||||
if (source == _EXT_DEBUG_SOURCE_API_ARB)
|
||||
strcpy(debSource, "OpenGL");
|
||||
|
|
Loading…
Reference in a new issue