mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 01:05:59 +00:00
DIRECTOR: Make text printable in debug output in CachedMacText
This commit is contained in:
parent
5673fc90b3
commit
b4567e9cac
@ -55,7 +55,7 @@ void CachedMacText::makeMacText() {
|
||||
1);
|
||||
// TODO destroy me
|
||||
|
||||
debug(5, "CachedMacText::makeMacText(): rendering '%s'", _textCast->_ftext.c_str());
|
||||
debug(5, "CachedMacText::makeMacText(): rendering '%s'", Common::toPrintable(_textCast->_ftext).c_str());
|
||||
}
|
||||
|
||||
CachedMacText::CachedMacText(TextCast *const textCast,
|
||||
|
Loading…
x
Reference in New Issue
Block a user