- 2D animation fix.

This commit is contained in:
Christoph Oelckers 2020-05-21 11:59:52 +02:00
parent 98fad20dd2
commit 56834dee6b
1 changed files with 2 additions and 0 deletions

View File

@ -3037,7 +3037,9 @@ void twod_rotatesprite(F2DDrawer *twod, int32_t sx, int32_t sy, int32_t z, int16
return;
}
}
else
#endif
if (!pic) tileUpdatePicnum(&picnum, 0);