From 85d64d77a4409e629203d83565bbffb3e3f88b60 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 2 Sep 2024 21:20:41 +0100 Subject: [PATCH] Removed incorrect docs. Fix #6760 --- src/tweens/tween/BaseTween.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tweens/tween/BaseTween.js b/src/tweens/tween/BaseTween.js index 52e921e1a..ace216077 100644 --- a/src/tweens/tween/BaseTween.js +++ b/src/tweens/tween/BaseTween.js @@ -251,9 +251,7 @@ var BaseTween = new Class({ * or they will retain references you may no longer require and waste memory. * * By default, `Tweens` are set to _not_ persist, so they are automatically cleaned-up by - * the Tween Manager. But `TweenChains` _do_ persist by default, unless overridden in their - * config. This is because the type of situations you use a chain for is far more likely to - * need to be replayed again in the future, rather than disposed of. + * the Tween Manager. * * @name Phaser.Tweens.BaseTween#persist * @type {boolean}