1
0

Fix BGSCREEN

This commit is contained in:
otya128
2016-12-29 21:34:25 +09:00
parent 735b632f52
commit ec46f50265

View File

@@ -136,8 +136,8 @@ class BG
void screen(int w, int h) void screen(int w, int h)
{ {
rot = 0; rot = 0;
scalex = 0; scalex = 1;
scaley = 0; scaley = 1;
homex = 0; homex = 0;
homey = 0; homey = 0;
chipWidth = 16; chipWidth = 16;