1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-14 10:51:41 +00:00

Merge branch 'shhh-macs-stop-yelling' into 'master'

Hide macro usage from Macs where it isn't defined

See merge request OpenMW/openmw!655
This commit is contained in:
psi29a 2021-03-14 10:08:58 +00:00
commit 89aed67e2b

View file

@ -183,7 +183,11 @@ namespace Debug
}
DebugGroup::DebugGroup(const std::string & message, GLuint id)
#ifdef GL_DEBUG_OUTPUT
: mSource(GL_DEBUG_SOURCE_APPLICATION)
#else
: mSource(0x824A)
#endif
, mId(id)
, mMessage(message)
{