diff --git a/fast64_internal/sm64/animation/properties.py b/fast64_internal/sm64/animation/properties.py index c96984957..ac4d7f416 100644 --- a/fast64_internal/sm64/animation/properties.py +++ b/fast64_internal/sm64/animation/properties.py @@ -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: