Misleading description for Animation::copy_track
#8255
Closed
Description
opened on Oct 16, 2023
Your Godot version:
4.2dev6
Issue description:
The copy_track
method from Animation
suggests that the method will copy the track from the parameter to_animation
to the base object:
Adds a new track that is a copy of the given track from
to_animation
.
However, the source code shows that it's the other way around; it copies a track from the base object to to_animation
:
URL to the documentation page:
Activity