Fix description of Animation::copy_track

The documentation stated the track was added to this, instead of
`to_animation`
This commit is contained in:
A Thousand Ships 2023-10-16 14:37:19 +02:00
parent 1ab77f410e
commit 9d23956b28

View File

@ -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">