Fix xscreen
This commit is contained in:
@@ -477,11 +477,14 @@ class PetitComputer
|
|||||||
this.bg[i].display = 0;
|
this.bg[i].display = 0;
|
||||||
this.bg[i].clip;
|
this.bg[i].clip;
|
||||||
}
|
}
|
||||||
|
if (currentDisplay.rect.length > 1)
|
||||||
|
{
|
||||||
for(int i = bgmax; i < this.bg.length; i++)
|
for(int i = bgmax; i < this.bg.length; i++)
|
||||||
{
|
{
|
||||||
this.bg[i].display = 1;
|
this.bg[i].display = 1;
|
||||||
this.bg[i].clip;
|
this.bg[i].clip;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
for (int i = cast(int)currentDisplay.rect.length - 1; i >= 0; i--)
|
for (int i = cast(int)currentDisplay.rect.length - 1; i >= 0; i--)
|
||||||
{
|
{
|
||||||
display(i);
|
display(i);
|
||||||
|
|||||||
Reference in New Issue
Block a user