remove *0.5 animation rate

This commit is contained in:
CapsAdmin 2022-03-10 23:51:26 +01:00
parent dfcc5db12d
commit 843b1162d0

View File

@ -268,7 +268,7 @@ function PART:OnUpdateAnimation(ply)
return
end
local rate = (duration == 0) and 0 or (self.Rate / duration / math.abs(maxmin) * FrameTime() * 0.5)
local rate = (duration == 0) and 0 or (self.Rate / duration / math.abs(maxmin) * FrameTime())
if self.PingPongLoop then
if self.Loop then