Make sprite mosaic (more) accurate (#1687)

* Make horizontal sprite mosaic (more) accurate

* Vertical sprite mosaic should not extend the sprite's bounding area

* Vertical sprite mosaic should not extend the sprite's bounding area (2)

* OBJIndex is no longer needed
This commit is contained in:
Mireille
2023-08-27 13:29:23 +02:00
committed by GitHub
parent d69745b3a8
commit a571fe19c3
2 changed files with 13 additions and 41 deletions

View File

@ -39,7 +39,6 @@ private:
alignas(8) u8 WindowMask[256];
alignas(8) u32 OBJLine[2][256];
alignas(8) u8 OBJIndex[2][256];
alignas(8) u8 OBJWindow[2][256];
u32 NumSprites[2];