Skip to content

Commit

Permalink
close to being finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 10, 2024
1 parent 829970a commit 4659223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/sm64/sm64_f3d_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def exportTexRectToC(dirPath, texProp, texDir, savePNG, name, exportToProject, p
checkIfPathExists(seg2TexDir)
checkIfPathExists(hudPath)

fTexRect.save_textures(seg2TexDir, not savePNG)
fTexRect.save_textures(seg2TexDir)

textures = []
for _, fImage in fTexRect.textures.items():
Expand Down

0 comments on commit 4659223

Please sign in to comment.