Fix broken variant call of Vector3.snapped

This commit is contained in:
Timur Celik
2018-02-03 19:09:16 +01:00
parent 047cb97ff7
commit c16f61190c
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@
<method name="snapped">
<return type="Vector3">
</return>
<argument index="0" name="by" type="float">
<argument index="0" name="by" type="Vector3">
</argument>
<description>
Returns a copy of the vector, snapped to the lowest neared multiple.