mirror of
https://github.com/fail0verflow/hbc.git
synced 2026-04-26 00:28:33 -05: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