Backends/Rendering/OpenGL: Replaced printf with Backend_PrintInfo
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
dcd4bcf1b2
commit
89fb2222b6
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ static void GLAPIENTRY MessageCallback(GLenum source, GLenum type, GLuint id, GL
|
||||||
(void)userParam;
|
(void)userParam;
|
||||||
|
|
||||||
if (severity != GL_DEBUG_SEVERITY_NOTIFICATION)
|
if (severity != GL_DEBUG_SEVERITY_NOTIFICATION)
|
||||||
printf("OpenGL debug: %s\n", message);
|
Backend_PrintInfo("OpenGL debug: %s", message);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
// ====================
|
// ====================
|
||||||
|
|
Loading…
Add table
Reference in a new issue