mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
use specified color
svn-id: r6133
This commit is contained in:
parent
004ea9f8eb
commit
883cf3f60e
@ -191,7 +191,7 @@ void NutRenderer::drawString(char *string, int32 x, int32 y, byte color, int32 m
|
||||
return;
|
||||
}
|
||||
|
||||
drawChar(string[l], x, y, 0);
|
||||
drawChar(string[l], x, y, color);
|
||||
x += getCharWidth(string[l]);
|
||||
l++;
|
||||
} while (string[l] != 0);
|
||||
|
Loading…
Reference in New Issue
Block a user