Formatting improvements and fixes
This commit is contained in:
parent
c7b816f4d0
commit
87845e5e97
|
|
@ -84,9 +84,8 @@ local function unpackType(value: any, typeString: string): { number }
|
||||||
return { value.X, value.Y, value.Z }
|
return { value.X, value.Y, value.Z }
|
||||||
elseif typeString == "Vector3int16" then
|
elseif typeString == "Vector3int16" then
|
||||||
return { value.X, value.Y, value.Z }
|
return { value.X, value.Y, value.Z }
|
||||||
else
|
|
||||||
return {}
|
|
||||||
end
|
end
|
||||||
|
return {}
|
||||||
end
|
end
|
||||||
|
|
||||||
return unpackType
|
return unpackType
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
--!strict
|
--!strict
|
||||||
--[[
|
--[[
|
||||||
Returns true if A and B are 'similar' - i.e. any user of A would not need
|
Returns true if A and B are 'similar' - ie. any user of A would not need
|
||||||
to recompute if it changed to B.
|
to recompute if it changed to B.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue