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 }
|
||||
elseif typeString == "Vector3int16" then
|
||||
return { value.X, value.Y, value.Z }
|
||||
else
|
||||
return {}
|
||||
end
|
||||
return {}
|
||||
end
|
||||
|
||||
return unpackType
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--!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.
|
||||
]]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue