Fix for 64bit environment
This commit is contained in:
@@ -472,7 +472,7 @@ class PetitComputer
|
|||||||
}
|
}
|
||||||
displaynum = 0;
|
displaynum = 0;
|
||||||
console.changeDisplay(currentDisplay);
|
console.changeDisplay(currentDisplay);
|
||||||
for (int i = currentDisplay.rect.length - 1; i >= 0; i--)
|
for (int i = cast(int)currentDisplay.rect.length - 1; i >= 0; i--)
|
||||||
{
|
{
|
||||||
display(i);
|
display(i);
|
||||||
graphic.clip(false);
|
graphic.clip(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user