Fixed an error in get_floor_velocity() docs

This commit is contained in:
Benjamin Larsson 2017-10-07 22:10:28 +02:00
parent 94150b8e8e
commit 5e7b98171b

View file

@ -17,7 +17,7 @@
<return type="Vector2">
</return>
<description>
Returns the velocity of the floor. If the floor is not a KinematicBody2D, this will always be [code]Vector2(0, 0)[/code]. Only updates when calling [method move_and_slide].
Returns the velocity of the floor. Only updates when calling [method move_and_slide].
</description>
</method>
<method name="get_safe_margin" qualifiers="const">