Josh Engebretson 9 жил өмнө
parent
commit
ab6b24904c

+ 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() );
             }
         }
     }