diff --git a/fast64_internal/f3d/f3d_texture_writer.py b/fast64_internal/f3d/f3d_texture_writer.py index 33c8b559b..0f912619b 100644 --- a/fast64_internal/f3d/f3d_texture_writer.py +++ b/fast64_internal/f3d/f3d_texture_writer.py @@ -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