From ec46f50265fe3ec2b46b900d26611f409db908bc Mon Sep 17 00:00:00 2001 From: otya128 Date: Thu, 29 Dec 2016 21:34:25 +0900 Subject: [PATCH] Fix BGSCREEN --- SMILEBASIC/bg.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SMILEBASIC/bg.d b/SMILEBASIC/bg.d index 5b61ad6..6c655ef 100644 --- a/SMILEBASIC/bg.d +++ b/SMILEBASIC/bg.d @@ -136,8 +136,8 @@ class BG void screen(int w, int h) { rot = 0; - scalex = 0; - scaley = 0; + scalex = 1; + scaley = 1; homex = 0; homey = 0; chipWidth = 16;