mirror of
https://github.com/photonstorm/phaser
synced 2025-01-30 22:03:27 +00:00
Added removeAll to TweenManager's stub so call from stageManager doesn't throw errors
This commit is contained in:
parent
172f972d8c
commit
fe86dab721
1 changed files with 1 additions and 0 deletions
|
@ -12,5 +12,6 @@
|
|||
Phaser.TweenManager = function () {};
|
||||
|
||||
Phaser.TweenManager.prototype.update = function () {};
|
||||
Phaser.TweenManager.prototype.removeAll = function () {};
|
||||
|
||||
Phaser.TweenManager.prototype.constructor = Phaser.TweenManager;
|
||||
|
|
Loading…
Reference in a new issue