Skip to content

Commit

Permalink
scut sabotage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 15, 2024
1 parent edf1015 commit e1033ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast64_internal/f3d/f3d_bleed.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,10 @@ def create_reset_cmds(self, reset_cmd_dict: dict[GbiMacro], default_render_mode:
reset_cmds.append(self.default_load_geo)

elif cmd_type == SPSetGeometryMode and cmd_use != self.default_set_geo:
reset_cmds.append(self.default_set_geo)
reset_cmds.append(self.default_clear_geo)

elif cmd_type == SPClearGeometryMode and cmd_use != self.default_clear_geo:
reset_cmds.append(self.default_clear_geo)
reset_cmds.append(self.default_set_geo)

elif cmd_type == SPGeometryMode: # revert cmd includes everything from the start
# First, figure out what needs to be cleared or set
Expand Down

0 comments on commit e1033ad

Please sign in to comment.