1
0

GCOLORの初期値を白にした.GCLSの引数を省略したときGCOLORを使用していたバグを修正

This commit is contained in:
otya128
2015-08-22 22:19:02 +09:00
parent 8d4a9a2d13
commit 9394b853cb
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ class PetitComputer
bool visibleGRP = true;
int showGRP;
int useGRP;
uint gcolor;
uint gcolor = -1;
GraphicPage[] GRP;
GraphicPage GRPF;
GraphicPage[] GRPFColor;