Browse Source

Fix the documentation of Bone2D::apply_rest (squashed, backport)

Co-authored-by: Micky <[email protected]>
(cherry picked from commit 2f03ba77e960b6b85e6bdca32db924362c793e37)
20kdc 1 năm trước cách đây
mục cha
commit
1f94c48da0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/classes/Bone2D.xml

+ 1 - 1
doc/classes/Bone2D.xml

@@ -15,7 +15,7 @@
 		<method name="apply_rest">
 			<return type="void" />
 			<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>
 		</method>
 		<method name="get_index_in_skeleton" qualifiers="const">