mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +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) id;
|
||||||
(void) length;
|
(void) length;
|
||||||
|
|
||||||
if (severity == GL_DEBUG_SEVERITY_NOTIFICATION)
|
if (severity == 0x826B) // GL_DEBUG_SEVERITY_NOTIFICATION
|
||||||
return;
|
return;
|
||||||
|
|
||||||
p->writeTimestamp();
|
p->writeTimestamp();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue