Added a newline at the end of the file to get rid of warnings.

This commit is contained in:
Chris Santora
2021-05-25 19:43:20 -07:00
parent f6b9f0e0fb
commit 7206c5d62f
@@ -237,4 +237,4 @@ float LerpInverse(float a, float b, float value)
{
return (value - a) / (b - a);
}
}
}