Просмотр исходного кода

Merge pull request #85503 from 20kdc/bone2d-fix-apply_rest-master

Fix the documentation of `Bone2D::apply_rest`
Rémi Verschelde 1 год назад
Родитель
Сommit
2a862a6f6c
1 измененных файлов с 1 добавлено и 1 удалено
  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_autocalculate_length_and_angle" qualifiers="const">