Explorar o código

Fixing log macro

Josh Engebretson %!s(int64=9) %!d(string=hai) anos
pai
achega
ab6b24904c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Source/Atomic/Graphics/OpenGL/OGLGraphics.cpp

+ 1 - 1
Source/Atomic/Graphics/OpenGL/OGLGraphics.cpp

@@ -2333,7 +2333,7 @@ void Graphics::Restore()
             {                      // so remove this context and let it fall back to GL2
                 SDL_GL_DeleteContext(impl_->context_);
                 impl_->context_ = NULL;
-                LOGINFOF ( "Mesa GL Driver: %s detected, forcing GL2 context creation.  Please use gl2 command line option to avoid this warning.", driverx.CString() );
+                ATOMIC_LOGINFOF ( "Mesa GL Driver: %s detected, forcing GL2 context creation.  Please use gl2 command line option to avoid this warning.", driverx.CString() );
             }
         }
     }