fix comment

This commit is contained in:
Colby Klein 2017-03-29 07:46:55 -07:00
parent 65e3676af5
commit b53cebb8ca

View File

@ -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