Skip to content

Commit

Permalink
Merge pull request #83441 from AThousandShips/anim_doc
Browse files Browse the repository at this point in the history
Fix description of `Animation::copy_track`
  • Loading branch information
akien-mga committed Oct 24, 2023
2 parents 398b254 + 9d23956 commit c20e948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Animation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit c20e948

Please sign in to comment.