mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 03:15:32 +00:00
Hide macro usage from Macs where it isn't defined
This commit is contained in:
parent
514a55ed4c
commit
9466d6a409
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue