forked from Apple-2-Tools/jace
Minor fix to prevent lots of errors in French Touch demos (need better timing fix!)
This commit is contained in:
parent
75e59a7870
commit
07a4494ca1
@ -164,7 +164,7 @@ public abstract class Video extends Device {
|
||||
setScannerLocation(currentWriter.getYOffset(y));
|
||||
}
|
||||
} else {
|
||||
if (!isVblank) {
|
||||
if (!isVblank && x < (APPLE_CYCLES_PER_LINE-1)) {
|
||||
draw();
|
||||
}
|
||||
if (x >= APPLE_CYCLES_PER_LINE - 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user