[Scummvm-git-logs] scummvm master -> 300a56ee4633340d8c3b76ec8e372070100b138f
aquadran
noreply at scummvm.org
Tue Jun 7 21:09:21 UTC 2022
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:
300a56ee46 GRIM: Put debug trace on different level
Commit: 300a56ee4633340d8c3b76ec8e372070100b138f
https://github.com/scummvm/scummvm/commit/300a56ee4633340d8c3b76ec8e372070100b138f
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-06-07T23:09:15+02:00
Commit Message:
GRIM: Put debug trace on different level
Changed paths:
engines/grim/gfx_tinygl.cpp
diff --git a/engines/grim/gfx_tinygl.cpp b/engines/grim/gfx_tinygl.cpp
index deb59a1fd12..de202152e6a 100644
--- a/engines/grim/gfx_tinygl.cpp
+++ b/engines/grim/gfx_tinygl.cpp
@@ -83,7 +83,7 @@ void GfxTinyGL::setupScreen(int screenW, int screenH) {
g_system->showMouse(false);
_pixelFormat = g_system->getScreenFormat();
- debug("INFO: TinyGL front buffer pixel format: %s", _pixelFormat.toString().c_str());
+ debug(2, "INFO: TinyGL front buffer pixel format: %s", _pixelFormat.toString().c_str());
TinyGL::createContext(screenW, screenH, _pixelFormat, 256, true, ConfMan.getBool("dirtyrects"));
_storedDisplay = new Graphics::Surface;
More information about the Scummvm-git-logs
mailing list