Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 6, 2024
1 parent c4f10d6 commit 849efe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast64_internal/sm64/animation/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,8 +1131,8 @@ def draw_props(self, layout: UILayout, export_type: str, header_type: str, actor

if self.is_dma:
if export_type == "Binary":
string_int_prop(col, self, "dma_address", "DMA Table Address")
string_int_prop(col, self, "dma_end_address", "DMA Table End")
string_int_prop(col, self, "dma_address", "Table Address")
string_int_prop(col, self, "dma_end_address", "Table End")
elif export_type == "C":
multilineLabel(
col,
Expand Down

0 comments on commit 849efe1

Please sign in to comment.