mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 21:53:59 +00:00
Removed incorrect docs. Fix #6760
This commit is contained in:
parent
5cc02afbd4
commit
85d64d77a4
1 changed files with 1 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue