fix foreground/background mode

This commit is contained in:
Will Scullin 2021-08-01 17:37:39 -07:00
parent 465f92bc99
commit 91fa2e7455
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

@ -386,7 +386,7 @@ export class LoresPage2D implements LoresPage {
}
refresh() {
this.highColorTextMode = !this.vm.an3State && this.vm.textMode && !this.vm._80colMode;
this.highColorTextMode = !this.vm.an3State && !this.vm._80colMode;
let addr = 0x400 * this.page;
this._refreshing = true;