Skip to content

Commit

Permalink
and implement it correctly, ideally
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 15, 2024
1 parent 2330969 commit ba73388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_bleed.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def bleed_SPGeometryMode(self, cmd_list: GfxList, cmd: GbiMacro, bleed_state: in
if bleed_state != self.bleed_start:
return cmd in last_cmd_list
else:
return cmd.clearFlagList == self.default_set_geo and cmd.setFlagList == self.default_set_geo
return cmd.clearFlagList == self.default_clear_geo and cmd.setFlagList == self.default_set_geo

def bleed_SPSetGeometryMode(
self, cmd_list: GfxList, cmd: GbiMacro, bleed_state: int, last_cmd_list: GfxList = None
Expand Down

0 comments on commit ba73388

Please sign in to comment.