Skip to content

Commit

Permalink
Update f3d_gbi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe20129 committed Apr 22, 2024
1 parent ffabfd5 commit cab467c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_gbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5411,7 +5411,7 @@ def to_binary(self, f3d, segments):
return gsDPLoadTileGeneric(f3d.G_LOADTILE, self.tile, self.uls, self.ult, self.lrs, self.lrt)

def to_soh_xml(self):
return f"<LoadTile T=\"{self.t}\" Uls=\"{self.uls}\" Ult=\"{self.ult}\" Lrs=\"{self.lrs}\" Lrt=\"{self.lrt}\"/>"
return f"<LoadTile T=\"{self.tile}\" Uls=\"{self.uls}\" Ult=\"{self.ult}\" Lrs=\"{self.lrs}\" Lrt=\"{self.lrt}\"/>"


@dataclass(unsafe_hash=True)
Expand Down

0 comments on commit cab467c

Please sign in to comment.