Fix incomplete ghost fast-forwarding

This commit is contained in:
AJ Martinez 2023-11-02 16:51:25 -07:00
parent a2438a14c2
commit 5acfe85542

View file

@ -1474,11 +1474,11 @@ skippedghosttic:
continue;
}
p = g;
#undef follow
if (linecrossed && !g->linecrossed)
goto readghosttic;
p = g;
#undef follow
}
}