A little more progress
This commit is contained in:
parent
24f44e509f
commit
f23307f34c
|
@ -239,6 +239,7 @@ int gfx_renderUnicodeBase(const char *in, int x, int y, int fontColor, int wrap,
|
||||||
int errorcode;
|
int errorcode;
|
||||||
int i, j;
|
int i, j;
|
||||||
int offset;
|
int offset;
|
||||||
|
int nextline_y = y;
|
||||||
|
|
||||||
color.r = fontColor & 0xff0000;
|
color.r = fontColor & 0xff0000;
|
||||||
color.g = fontColor & 0x00ff00;
|
color.g = fontColor & 0x00ff00;
|
||||||
|
|
Loading…
Reference in New Issue