diff --git a/backends/graphics/openglsdl/openglsdl-graphics.cpp b/backends/graphics/openglsdl/openglsdl-graphics.cpp index 8163135128e..c479f84d807 100644 --- a/backends/graphics/openglsdl/openglsdl-graphics.cpp +++ b/backends/graphics/openglsdl/openglsdl-graphics.cpp @@ -173,7 +173,7 @@ void OpenGLSdlGraphicsManager::createOrUpdateScreen() { _gameRect = computeGameRect(gameRenderTarget, _engineRequestedWidth, _engineRequestedHeight, effectiveWidth, effectiveHeight); if (!createOrUpdateGLContext(effectiveWidth, effectiveHeight, gameRenderTarget)) { - warning("Error: %s", SDL_GetError()); + warning("SDL Error: %s", SDL_GetError()); g_system->quit(); }