Fix some formatting issues
This commit is contained in:
parent
c959501e61
commit
3d1310651c
|
|
@ -350,7 +350,7 @@ local function getBoundingBox2(partOrModel)
|
|||
minVec = -maxVec
|
||||
end
|
||||
|
||||
-- Adjust bounding box to reflect what the model or part author wants in terms of justification
|
||||
-- Adjust bounding box to reflect what the model or part author wants in terms of justification
|
||||
local justifyValue = partOrModel:FindFirstChild "Justification"
|
||||
if justifyValue ~= nil then
|
||||
-- find the multiple of 4 that contains the model
|
||||
|
|
|
|||
Loading…
Reference in New Issue