mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
DIRECTOR: Fix font drawing in graphics tests
This commit is contained in:
parent
3bb0094d7d
commit
c7daae946d
@ -83,7 +83,7 @@ void Window::testFontScaling() {
|
||||
Common::Rect bbox = font->getBoundingBox(text, x, y, w);
|
||||
surface.frameRect(bbox, 15);
|
||||
|
||||
font->drawString(&surface, text, x, y, width, 0);
|
||||
font->drawString(&surface, text, x, y, width, 0xFF);
|
||||
|
||||
x += width + 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user