This commit is contained in:
NoM0Re
2025-04-13 16:03:55 +02:00
committed by GitHub
parent 388434a6e4
commit 51bac56479
44 changed files with 1228 additions and 844 deletions
+2 -1
View File
@@ -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