Updated the variable in the lerp function to be weight instead of percent.

This commit is contained in:
Nathan Warden
2015-02-20 16:28:48 -05:00
parent 071b2ea4f2
commit bfad392387
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@
</argument>
<argument index="1" name="to" type="float">
</argument>
<argument index="2" name="percent" type="float">
<argument index="2" name="weight" type="float">
</argument>
<description>
Linear interpolates between two values by a normalized value.