You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
remove meaningless print line from editor console
This commit is contained in:
@@ -83,7 +83,6 @@ static void GLAPIENTRY _gl_debug_print(GLenum source, GLenum type, GLuint id, GL
|
|||||||
if (type == _EXT_DEBUG_TYPE_OTHER_ARB)
|
if (type == _EXT_DEBUG_TYPE_OTHER_ARB)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
print_line("mesege");
|
|
||||||
char debSource[256], debType[256], debSev[256];
|
char debSource[256], debType[256], debSev[256];
|
||||||
if (source == _EXT_DEBUG_SOURCE_API_ARB)
|
if (source == _EXT_DEBUG_SOURCE_API_ARB)
|
||||||
strcpy(debSource, "OpenGL");
|
strcpy(debSource, "OpenGL");
|
||||||
|
|||||||
Reference in New Issue
Block a user