From 5470eb58946cddbd36bf12d7af71b51936142fb5 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`
(cherry picked from commit 9d23956b2851cee2e79bb2763f78000c95a3b337)
---
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 3e94f3d0bdd..bb354320b3f 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.