Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][Tweens] TypeError: this.parent.manager is undefined #3219

Closed
ZaDarkSide opened this issue Feb 13, 2018 · 1 comment
Closed

[BUG][Tweens] TypeError: this.parent.manager is undefined #3219

ZaDarkSide opened this issue Feb 13, 2018 · 1 comment

Comments

@ZaDarkSide
Copy link

ZaDarkSide commented Feb 13, 2018

Sometimes when using tweens I get this error:

TypeError: this.parent.manager is undefined

https://github.com/photonstorm/phaser/blob/8afeafd66b3767e2ae7aad19a9766939be312f6d/src/tweens/tween/Tween.js#L621

It seems the error can be triggered by calling restart()

https://github.com/photonstorm/phaser/blob/8afeafd66b3767e2ae7aad19a9766939be312f6d/src/tweens/tween/Tween.js#L410

Sadly I do not have a test case ready.

@ZaDarkSide ZaDarkSide changed the title Tweens TypeError: this.parent.manager is undefined [BUG][Tweens] TypeError: this.parent.manager is undefined Feb 13, 2018
@photonstorm
Copy link
Collaborator

Thanks for reporting these - fixing them in master branch ready for 3.0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants