Skip to content

Commit

Permalink
This didn't save
Browse files Browse the repository at this point in the history
  • Loading branch information
marchc1 committed Dec 28, 2024
1 parent 922e956 commit 5891636
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lua/ponder/instructions_cl/ponder.transformmodel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,4 @@ function TransformModel:Update(playback)
local ang = LerpAngle(progress, object.PONDER_LAST_ANG, object.PONDER_TARG_ANG)
object:SetAngles((self.LocalToParent and IsValid(object:GetParent())) and object:GetParent():LocalToWorldAngles(ang) or ang)
end
end

local function LerpColor(t, a, b)
return Color(
Lerp(t, a.r, b.r),
Lerp(t, a.g, b.g),
Lerp(t, a.b, b.b),
Lerp(t, a.a, b.a)
)
end

0 comments on commit 5891636

Please sign in to comment.