Maps conversion functionnal, because of alignement in entities (might change later to same bytes but it's working)
This commit is contained in:
parent
0605d4dbc3
commit
5d9679ca70
|
@ -61,6 +61,7 @@ def convert_map(input, output, params, target):
|
||||||
components += ref(component_data)
|
components += ref(component_data)
|
||||||
|
|
||||||
entities += ref(components)
|
entities += ref(components)
|
||||||
|
entities += bytes(2)
|
||||||
|
|
||||||
o = fxconv.ObjectData()
|
o = fxconv.ObjectData()
|
||||||
o += string(params["name"])
|
o += string(params["name"])
|
||||||
|
|
Loading…
Reference in New Issue