Calling killTweensOf
or killAll
inside a tween on complete callback throws Uncaught TypeError: cannot read properties of null
#7003
Labels
Version
Description
Calling
this.tweens.killTweensOf
orthis.tweens.killAll()
inside theonComplete
callback of a tween, but only if that callback was added usingmyTween.on/once(Phaser.Tweens.Events.TWEEN_COMPLETE, mycallback)
, throws an null reference exception.Example Test Code
Additional Information
The text was updated successfully, but these errors were encountered: