Skip to content

Commit

Permalink
Update properties.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 6, 2024
1 parent 5812e86 commit c4f10d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/sm64/animation/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ def draw_props(self, layout: UILayout, export_type: str, header_type: str, actor
col.prop(self, "is_dma")
if export_type == "C":
self.draw_c_settings(col, header_type)
elif export_type == "Binary" and not self.is_dma:
if export_type != "Insertable Binary" and not self.is_dma:
col.prop(self, "update_table")

if self.is_dma:
Expand Down

0 comments on commit c4f10d6

Please sign in to comment.