diff options
Diffstat (limited to 'sword2/maketext.cpp')
-rw-r--r-- | sword2/maketext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/maketext.cpp b/sword2/maketext.cpp index c9c4090a83..9df4605484 100644 --- a/sword2/maketext.cpp +++ b/sword2/maketext.cpp @@ -73,7 +73,7 @@ namespace Sword2 { */ byte *FontRenderer::makeTextSprite(byte *sentence, uint16 maxWidth, uint8 pen, uint32 fontRes, uint8 border) { - debug(3, "makeTextSprite(\"%s\", maxWidth=%u)", sentence, maxWidth); + debug(5, "makeTextSprite(\"%s\", maxWidth=%u)", sentence, maxWidth); _borderPen = border; |