From cbb1470a2e3a72291fa6843c7186373b214527b8 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 28 Jul 2022 11:39:01 +0200 Subject: [PATCH] Ported: doc: Fix typo in "reset" method description. Change "all tweens are removed" to "all tweens are reset". Possibly this snippet was copy-pasted from the "remove" method description and not updated for "reset". - belzecue https://github.com/godotengine/godot/commit/803c5b9e221fb6268fc3247a51cc9fc64c8a38ed --- doc/classes/Tween.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml index 3e6b0b282..3a1583b7e 100644 --- a/doc/classes/Tween.xml +++ b/doc/classes/Tween.xml @@ -145,6 +145,7 @@ + Resets a tween to its initial value (the one given, not the one before the tween), given its object and property/method pair. By default, all tweens are reset, unless [code]key[/code] is specified.