Fix the documentation of Bone2D::apply_rest (squashed)

Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
(cherry picked from commit f16f8bf39b)
This commit is contained in:
20kdc 2023-11-29 11:17:04 +00:00 committed by Rémi Verschelde
parent 3e4519fc2f
commit fd9f1a7c41
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<method name="apply_rest"> <method name="apply_rest">
<return type="void" /> <return type="void" />
<description> <description>
Stores the node's current transforms in [member rest]. Resets the bone to the rest pose. This is equivalent to setting [member Node2D.transform] to [member rest].
</description> </description>
</method> </method>
<method name="get_autocalculate_length_and_angle" qualifiers="const"> <method name="get_autocalculate_length_and_angle" qualifiers="const">