Skip to content

Commit

Permalink
world peace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 23, 2024
1 parent 3c76b12 commit 006cbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_texture_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def writeAll(
if sameTextures:
assert (
self.ti0.tmemSize == self.ti1.tmemSize
), f"Unrechable code path in material {material.name}, same textures (same image or reference) somehow not the same size"
), f"Unreachable code path in material {material.name}, same textures (same image or reference) somehow not the same size"
tmemOccupied = self.ti0.tmemSize
self.ti1.doTexLoad = False
self.ti1.texAddr = 0
Expand Down

0 comments on commit 006cbef

Please sign in to comment.