Skip to content

Commit

Permalink
Merge pull request Fast-64#283 from Lilaa3/fix_sm64_geo_imports
Browse files Browse the repository at this point in the history
Fix sm64 geolayout imports
  • Loading branch information
Lilaa3 authored Jan 7, 2024
2 parents cad6560 + 4d5831c commit fbb249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast64_internal/f3d/f3d_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def cmdToPositiveInt(cmd):


def parseF3DBinary(romfile, startAddress, scene, bMesh, obj, transformMatrix, groupName, segmentData, vertexBuffer):
f3d = F3D("F3D", False)
f3d = F3D("F3D")
currentAddress = startAddress
romfile.seek(currentAddress)
command = romfile.read(8)
Expand Down

0 comments on commit fbb249f

Please sign in to comment.