Pārlūkot izejas kodu

Merge pull request #83441 from AThousandShips/anim_doc

Fix description of `Animation::copy_track`
Rémi Verschelde 1 gadu atpakaļ
vecāks
revīzija
c20e948a2b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      doc/classes/Animation.xml

+ 1 - 1
doc/classes/Animation.xml

@@ -257,7 +257,7 @@
 			<param index="0" name="track_idx" type="int" />
 			<param index="1" name="to_animation" type="Animation" />
 			<description>
-				Adds a new track that is a copy of the given track from [param to_animation].
+				Adds a new track to [param to_animation] that is a copy of the given track from this animation.
 			</description>
 		</method>
 		<method name="find_track" qualifiers="const">