Docs: Minor argument names fix

This commit is contained in:
kleonc
2021-04-23 15:46:51 +02:00
parent eeccab26c5
commit d13cfc8d62
3 changed files with 5 additions and 5 deletions

View File

@@ -269,7 +269,7 @@
<argument index="1" name="weight" type="float">
</argument>
<description>
Returns the linear interpolation with another color. The interpolation factor [code]t[/code] is between 0 and 1.
Returns the linear interpolation with another color. The interpolation factor [code]weight[/code] is between 0 and 1.
[codeblocks]
[gdscript]
var c1 = Color(1.0, 0.0, 0.0)