From 4cb3984862412675ee6a742f31191c67bae202f0 Mon Sep 17 00:00:00 2001
From: Hugo Locurcio <hugo.locurcio@hugo.pro>
Date: Mon, 19 Aug 2019 15:03:36 +0200
Subject: Mention caveat with looped animations in `AnimationPlayer.queue()`

---
 doc/classes/AnimationPlayer.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml
index b4c44fe8eb..e510603281 100644
--- a/doc/classes/AnimationPlayer.xml
+++ b/doc/classes/AnimationPlayer.xml
@@ -165,6 +165,7 @@
 			</argument>
 			<description>
 				Queues an animation for playback once the current one is done.
+				[b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.
 			</description>
 		</method>
 		<method name="remove_animation">
-- 
cgit v1.2.3