mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Fix build on Ubuntu
This commit is contained in:
parent
21fcc9e19c
commit
ae82a61ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue