diff options
author | Timur Celik <mail@timurcelik.de> | 2018-02-03 19:09:16 +0100 |
---|---|---|
committer | Timur Celik <mail@timurcelik.de> | 2018-02-03 19:57:12 +0100 |
commit | c16f61190c261a1daec6ad2f95ca982b0f20b3fd (patch) | |
tree | 3c935248527250709ee4fa3ebbe0bbe38b8b0896 /doc/classes/Vector3.xml | |
parent | 047cb97ff7e04db17c0ac8af5af11ef46263ae29 (diff) |
Fix broken variant call of Vector3.snapped
Diffstat (limited to 'doc/classes/Vector3.xml')
-rw-r--r-- | doc/classes/Vector3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 050285af02..0dc808329f 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -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. |