A little more progress

This commit is contained in:
Julie Marchant 2019-06-02 14:39:52 -04:00
parent 24f44e509f
commit f23307f34c
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ int gfx_renderUnicodeBase(const char *in, int x, int y, int fontColor, int wrap,
int errorcode;
int i, j;
int offset;
int nextline_y = y;
color.r = fontColor & 0xff0000;
color.g = fontColor & 0x00ff00;