GTcreyon / SM63Redux

Code base for Super Mario 63 Redux
https://sm63redux.com
Mozilla Public License 2.0
195 stars 27 forks source link

Enemies appear in front of grass in T1R4 #233

Closed Koopa1018 closed 1 year ago

Koopa1018 commented 1 year ago

Describe the bug Exclusively in T1R4, enemies appear in front of the grass, rather than behind. (Mario appears normal.)

To Reproduce

  1. Observe the goomba in T1 room 4.
  2. OPTIONAL: Knock the first Parakoopa and let it fall down to the grass, then observe it as well.
  3. Observe walking enemies in other rooms.

Expected behavior Enemies' layering is consistent between rooms.

Screenshots image

System Information

Additional context First reported by Creyon on Discord. Likely happens because of #182. Grass no longer renders in front of other objects by default, so unusual ordering of nodes could easily cause draw order bugs like this one.