From 9d23956b2851cee2e79bb2763f78000c95a3b337 Mon Sep 17 00:00:00 2001 From: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:37:19 +0200 Subject: [PATCH] Fix description of `Animation::copy_track` The documentation stated the track was added to this, instead of `to_animation` --- doc/classes/Animation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index d2b2c1fe473..15f6b16439a 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -257,7 +257,7 @@ - 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.