1
0

Implement GPUTCHR (2)

This commit is contained in:
otya128
2016-12-18 16:09:25 +09:00
parent 8f59c53fbe
commit e4d172001b

View File

@@ -986,6 +986,8 @@ class Graphic2 : Graphic
override void gputchr(int page, int x, int y, int text, int scalex, int scaley, uint color)
{
drawCharacter(x, y, scalex, scaley, color, cast(wchar)text);
df = true;
}
int mulColor(int color, int color2)