fix comment
This commit is contained in:
parent
65e3676af5
commit
b53cebb8ca
@ -77,7 +77,7 @@ function utils.lerp(low, high, progress)
|
||||
return ((high - low) + low) * progress
|
||||
end
|
||||
|
||||
-- Exponential decay
|
||||
--- Exponential decay
|
||||
-- @param low initial value
|
||||
-- @param high target value
|
||||
-- @param rate portion of the original value remaining per second
|
||||
|
Loading…
x
Reference in New Issue
Block a user