newline at eof
This commit is contained in:
parent
d27a92d9a5
commit
9a928f1b5e
|
@ -456,4 +456,4 @@ textoverflow:
|
||||||
void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor)
|
void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor)
|
||||||
{
|
{
|
||||||
DrawTextTransWH(dest, width, textmsg, fgcolor, 256, 16);
|
DrawTextTransWH(dest, width, textmsg, fgcolor, 256, 16);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue