Skip to content

Commit

Permalink
Update Chunks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 23, 2023
1 parent 23c12fb commit 5b51607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Chunks.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ def PROP(chunk, rbxm):
properties[i-1]={"x":x,"y":y}
##end
elif (typeID==0x0E):
x=BasicTypes.RbxF32Array(buffer, sizeof)
y=BasicTypes.RbxF32Array(buffer, sizeof)
z=BasicTypes.RbxF32Array(buffer, sizeof)
x=basicTypes.RbxF32Array(buffer, sizeof)
y=basicTypes.RbxF32Array(buffer, sizeof)
z=basicTypes.RbxF32Array(buffer, sizeof)
for i in range(sizeof):
properties[i-1]={"x":x,"y":y,"z":z}
##end
Expand Down

0 comments on commit 5b51607

Please sign in to comment.