Rename offset to point in remove_point()

This commit is contained in:
kobewi
2020-12-28 17:57:55 +01:00
parent a04b9669e8
commit 4f72a07eaa
2 changed files with 3 additions and 3 deletions

View File

@@ -57,10 +57,10 @@
<method name="remove_point">
<return type="void">
</return>
<argument index="0" name="offset" type="int">
<argument index="0" name="point" type="int">
</argument>
<description>
Removes the color at the index [code]offset[/code].
Removes the color at the index [code]point[/code].
</description>
</method>
<method name="set_color">