mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-17 01:10:10 +00:00
Hide macro usage from Macs where it isn't defined
This commit is contained in:
parent
514a55ed4c
commit
9466d6a409
@ -183,7 +183,11 @@ namespace Debug
|
|||||||
}
|
}
|
||||||
|
|
||||||
DebugGroup::DebugGroup(const std::string & message, GLuint id)
|
DebugGroup::DebugGroup(const std::string & message, GLuint id)
|
||||||
|
#ifdef GL_DEBUG_OUTPUT
|
||||||
: mSource(GL_DEBUG_SOURCE_APPLICATION)
|
: mSource(GL_DEBUG_SOURCE_APPLICATION)
|
||||||
|
#else
|
||||||
|
: mSource(0x824A)
|
||||||
|
#endif
|
||||||
, mId(id)
|
, mId(id)
|
||||||
, mMessage(message)
|
, mMessage(message)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user