Remove trailing whitespaces

This commit is contained in:
Redox 2023-09-21 21:41:29 +02:00
parent d8ce811e00
commit 653f33c579
No known key found for this signature in database
GPG Key ID: C10A433A95068388
2 changed files with 2 additions and 2 deletions

View File

@ -353,7 +353,7 @@ do
end
end
if showInEditor:GetInt() == 1 then
if showInEditor:GetInt() == 1 then
local pos_3d = ply:NearestPoint(ply:EyePos() + up) + Vector(0,0,5)
local alpha = math.Clamp(pos_3d:Distance(EyePos()) * -1 + 500, 0, 500)/500
if alpha > 0 then

View File

@ -30,7 +30,7 @@ function pacx.PartToContraptionData(part, tbl)
local size = part:GetSize()
data.scale = part:GetScale()*size
data.id = part.UniqueID
table.insert(tbl, data)