fix: bind error fix
This commit is contained in:
parent
d41144cc29
commit
04916ebe21
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ function module.init(shared)
|
||||||
local binding = {}
|
local binding = {}
|
||||||
-- set property
|
-- set property
|
||||||
for index,value in pairs(prop) do
|
for index,value in pairs(prop) do
|
||||||
if bind() then
|
if bind(index) then
|
||||||
binding[index] = value
|
binding[index] = value
|
||||||
elseif type(index) ~= "number" then
|
elseif type(index) ~= "number" then
|
||||||
ProcessQuadProperty(processedProperty,iprop,holder,item,ClassName,index,value)
|
ProcessQuadProperty(processedProperty,iprop,holder,item,ClassName,index,value)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue