Hide macro usage from Macs where it isn't defined

pull/593/head
AnyOldName3 4 years ago
parent 514a55ed4c
commit 9466d6a409

@ -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)
{

Loading…
Cancel
Save