5.19.8
This commit is contained in:
@@ -532,7 +532,8 @@ local function addControlsForChange(args, order, data, conditionVariable, totalA
|
||||
get = function()
|
||||
return conditions[i].changes[j].value;
|
||||
end,
|
||||
set = setValue
|
||||
set = setValue,
|
||||
control = allProperties.propertyMap[property].control
|
||||
}
|
||||
order = order + 1;
|
||||
if propertyType == "texture" then
|
||||
|
||||
Reference in New Issue
Block a user