Add element.memlo._type

This commit is contained in:
Fierelier 2022-11-26 19:27:13 +01:00
parent 31e446f232
commit 5bfe0ed61d
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ function engine.element.create(elementType)
local element = {
memlo = {
_children = {}
_children = {},
_type = engine.elementTypes[elementType]
},
memhi = {
_id = id,