mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-16 14:59:14 +01:00
fix TypeError
This commit is contained in:
parent
756d4830c3
commit
09c4ca8615
@ -1046,7 +1046,7 @@ class Brlyt(object):
|
||||
atom.Flags2 = object.Flags2
|
||||
atom.Material = object.Material
|
||||
atom.unk = object.Unk
|
||||
atom.MaterialCoords = sum(object.MaterialCoords,[])
|
||||
atom.MaterialCoords = sum(object.MaterialCoords,())
|
||||
data = atom.pack()
|
||||
|
||||
if len(object.Children) > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user