Add vbuCodeSize()

This commit is contained in:
2024-11-21 18:50:31 -06:00
parent f45636a491
commit 18b2c589e6
4 changed files with 16 additions and 13 deletions
+5 -3
View File
@@ -1085,11 +1085,13 @@ static void vipDrawAffine(VB *sim, World *world) {
pixel = cell->pixels[(py & 7) << 3 | (px & 7)];
if (pixel != 0)
*col = cell->palette[pixel];
}
}
} /* x */
} /* y */
} /* i */
}
}
/* Draw an object group into shadow memory */