Add missing Drawsync()

This commit is contained in:
ABelliqueux 2021-11-14 12:52:51 +01:00
parent b6d1c1b2f7
commit ea757627b8
1 changed files with 2 additions and 0 deletions

View File

@ -172,6 +172,8 @@ int main() {
DecDCToutSync(0);
// Transfer data from main memory to VRAM
LoadImage(&curSlice, (u_long *) curIMGptr );
// Wait for drawing termination
DrawSync(0);
// Increment drawArea's X with slice width (16 or 24 pix)
curSlice.x += 16 * PPW;
}