mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-30 01:36:41 +00:00
Finsih gldebug move completely this time
This commit is contained in:
parent
ac18983f37
commit
e147f6fed9
1 changed files with 2 additions and 2 deletions
|
@ -102,11 +102,11 @@ void enableGLDebugExtension(unsigned int contextID)
|
|||
Log(Debug::Error) << "Unable to attach OpenGL debug callback.";
|
||||
}
|
||||
|
||||
EnableGLDebugOperation::EnableGLDebugOperation() : osg::GraphicsOperation("EnableGLDebugOperation", false)
|
||||
Debug::EnableGLDebugOperation::EnableGLDebugOperation() : osg::GraphicsOperation("EnableGLDebugOperation", false)
|
||||
{
|
||||
}
|
||||
|
||||
void EnableGLDebugOperation::operator()(osg::GraphicsContext* graphicsContext)
|
||||
void Debug::EnableGLDebugOperation::operator()(osg::GraphicsContext* graphicsContext)
|
||||
{
|
||||
OpenThreads::ScopedLock<OpenThreads::Mutex> lock(mMutex);
|
||||
|
||||
|
|
Loading…
Reference in a new issue