from retail

This commit is contained in:
Bunny67
2020-12-27 05:57:15 +03:00
parent 7cbc40c959
commit e0672fe539
31 changed files with 291 additions and 131 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ local function modify(parent, region, data)
local border = region.border;
-- Scale
region:SetScale(data.scale and data.scale > 0 and data.scale or 1)
region:SetScale(data.scale and data.scale > 0 and data.scale <= 10 and data.scale or 1)
-- Get overall bounding box
local leftest, rightest, lowest, highest = 0, 0, 0, 0;