Fix build on Ubuntu

This commit is contained in:
Mathew Velasquez 2016-02-17 17:37:39 -05:00
parent 21fcc9e19c
commit ae82a61ca7

View file

@ -70,7 +70,7 @@ static void APIENTRY arbDebugFunc(GLenum source,
(void) id;
(void) length;
if (severity == GL_DEBUG_SEVERITY_NOTIFICATION)
if (severity == 0x826B) // GL_DEBUG_SEVERITY_NOTIFICATION
return;
p->writeTimestamp();