Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fig02 committed Dec 2, 2024
1 parent 6775d94 commit 71548a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fast64_internal/oot/cutscene/exporter/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,5 +458,7 @@ def getExportData(self):
self.frameCount += self.motionFrameCount - self.frameCount

return (
(indent + f"CS_HEADER({self.entryTotal}, {self.frameCount}),\n") + csData + (indent + "CS_END_OF_SCRIPT(),\n")
(indent + f"CS_HEADER({self.entryTotal}, {self.frameCount}),\n")
+ csData
+ (indent + "CS_END_OF_SCRIPT(),\n")
)

0 comments on commit 71548a1

Please sign in to comment.