[Scummvm-git-logs] scummvm master -> 2c33cfb478ca870e05b83a68320cc4dcdfb863b8
sev-
noreply at scummvm.org
Sun Apr 21 20:33:49 UTC 2024
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:
2c33cfb478 GRAPHICS: MACGUI: Hid too noisy warning
Commit: 2c33cfb478ca870e05b83a68320cc4dcdfb863b8
https://github.com/scummvm/scummvm/commit/2c33cfb478ca870e05b83a68320cc4dcdfb863b8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-04-21T22:33:40+02:00
Commit Message:
GRAPHICS: MACGUI: Hid too noisy warning
Changed paths:
graphics/macgui/mactext-canvas.cpp
diff --git a/graphics/macgui/mactext-canvas.cpp b/graphics/macgui/mactext-canvas.cpp
index 35701aadd9c..6086d0cbbef 100644
--- a/graphics/macgui/mactext-canvas.cpp
+++ b/graphics/macgui/mactext-canvas.cpp
@@ -83,7 +83,7 @@ void MacTextCanvas::chopChunk(const Common::U32String &str, int *curLinePtr, int
chunk->getFont()->wordWrapText(str, maxWidth, text, lineContinuations, w);
if (text.size() == 0) {
- warning("chopChunk: too narrow width, >%d", maxWidth);
+ D(5, "chopChunk: too narrow width, >%d", maxWidth);
chunk->text += str;
getLineCharWidth(curLine, true);
More information about the Scummvm-git-logs
mailing list