mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix description of Animation::copy_track
The documentation stated the track was added to this, instead of
`to_animation`
(cherry picked from commit 9d23956b28
)
This commit is contained in:
parent
76d5a0e723
commit
5470eb5894
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue