1
0

Fix GPUTCHR X,Y,TEXT,COLOR

This commit is contained in:
otya128
2016-12-15 21:45:52 +09:00
parent 3b1fcde204
commit ecf1f81833

View File

@@ -517,7 +517,7 @@ class BuiltinFunction
} }
static void GPUTCHR(PetitComputer p, int x, int y, Value str, int color) static void GPUTCHR(PetitComputer p, int x, int y, Value str, int color)
{ {
GPUTCHR(p, x, y, str, 1, 1, p.graphic.gcolor); GPUTCHR(p, x, y, str, 1, 1, color);
} }
static void GPUTCHR(PetitComputer p, int x, int y, Value str, int scalex, int scaley) static void GPUTCHR(PetitComputer p, int x, int y, Value str, int scalex, int scaley)
{ {