1
0

Fix for 64bit environment

This commit is contained in:
otya128
2016-12-10 19:08:42 +09:00
parent c156b4e295
commit f668a42414

View File

@@ -472,7 +472,7 @@ class PetitComputer
}
displaynum = 0;
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);
graphic.clip(false);