[Scummvm-git-logs] scummvm master -> e2d65a4ba8893308aa33bc7c34cf41952bc43377

sev- sev at scummvm.org
Sun May 2 15:48:00 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e2d65a4ba8 BACKENDS: OPENGL: Comment out noisy warning


Commit: e2d65a4ba8893308aa33bc7c34cf41952bc43377
    https://github.com/scummvm/scummvm/commit/e2d65a4ba8893308aa33bc7c34cf41952bc43377
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-05-02T17:47:41+02:00

Commit Message:
BACKENDS: OPENGL: Comment out noisy warning

Changed paths:
    backends/graphics/openglsdl/openglsdl-graphics.h


diff --git a/backends/graphics/openglsdl/openglsdl-graphics.h b/backends/graphics/openglsdl/openglsdl-graphics.h
index c663bf4a34..a7dc7abff5 100644
--- a/backends/graphics/openglsdl/openglsdl-graphics.h
+++ b/backends/graphics/openglsdl/openglsdl-graphics.h
@@ -67,7 +67,7 @@ protected:
 		int realWidth, realHeight;
 		SDL_GL_GetDrawableSize(_window->getSDLWindow(), &realWidth, &realHeight);
 		int scale = realWidth / windowWidth;
-		debug(9, "window: %dx%d drawable: %dx%d scale: %d", windowWidth, windowHeight, realWidth, realHeight, scale);
+		//debug(9, "window: %dx%d drawable: %dx%d scale: %d", windowWidth, windowHeight, realWidth, realHeight, scale);
 		return scale;
 #else
 		return 1;




More information about the Scummvm-git-logs mailing list