diff options
| author | Timur Celik | 2018-02-03 19:09:16 +0100 |
|---|---|---|
| committer | Timur Celik | 2018-02-03 19:57:12 +0100 |
| commit | c16f61190c261a1daec6ad2f95ca982b0f20b3fd (patch) | |
| tree | 3c935248527250709ee4fa3ebbe0bbe38b8b0896 /doc/classes | |
| parent | 047cb97ff7e04db17c0ac8af5af11ef46263ae29 (diff) | |
| download | godot-c16f61190c261a1daec6ad2f95ca982b0f20b3fd.tar.gz godot-c16f61190c261a1daec6ad2f95ca982b0f20b3fd.tar.zst godot-c16f61190c261a1daec6ad2f95ca982b0f20b3fd.zip | |
Diffstat (limited to 'doc/classes')
| -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 050285af0..0dc808329 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. |
