Added a newline at the end of the file to get rid of warnings.
This commit is contained in:
@@ -237,4 +237,4 @@ float LerpInverse(float a, float b, float value)
|
||||
{
|
||||
return (value - a) / (b - a);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user