nextpri inc error

This commit is contained in:
ABelliqueux 2020-12-29 12:05:19 +01:00
parent d80254c186
commit 5ca636c703

View File

@ -202,7 +202,8 @@ int main(void)
RotVector.vx += 8; // Apply rotation on Z-axis. On PSX, the Z-axis is pointing away from the screen.
addPrim(ot[db], poly); // add poly to the Ordering table
nextpri += sizeof(POLY_GT4); // increment nextpri address with size of a POLY_F4 struct
FntPrint("Hello textured shaded !");