mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +00:00
GRAPHICS: Hid noisy debug messages in MacText
This commit is contained in:
parent
7abea34e8c
commit
04a2a8ba27
@ -80,6 +80,7 @@ void MacText::splitString(Common::String &str) {
|
||||
MacFontRun previousFormatting;
|
||||
|
||||
while (*s) {
|
||||
#if DEBUG
|
||||
for (uint i = 0; i < _textLines.size(); i++) {
|
||||
debugN(7, "%2d ", i);
|
||||
|
||||
@ -88,6 +89,7 @@ void MacText::splitString(Common::String &str) {
|
||||
|
||||
debug(7, " --> %c %d, '%s'", (*s > 0x20 ? *s : ' '), (byte)*s, tmp.c_str());
|
||||
}
|
||||
#endif
|
||||
|
||||
if (*s == '\001') {
|
||||
s++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user