Merge branch 'alt-ogl-loader' of https://github.com/jp9000/obs-studio into alt-ogl-loader

This commit is contained in:
Zachary Lund
2014-01-25 23:59:26 -06:00
5 changed files with 19 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ static const char* debug_severity_table[] = {
static void APIENTRY gl_debug_proc(
GLenum source, GLenum type, GLuint id, GLenum severity,
GLsizei length, const GLchar *message, GLvoid *data )
GLsizei length, const GLchar *message, const GLvoid *data )
{
blog( LOG_DEBUG,
"[%s][%s]{%s}: %.*s",