Skip to content

Commit fe86dab

Browse files
committed
Added removeAll to TweenManager's stub so call from stageManager doesn't throw errors
1 parent 172f972 commit fe86dab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/stubs/TweenManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
Phaser.TweenManager = function () {};
1313

1414
Phaser.TweenManager.prototype.update = function () {};
15+
Phaser.TweenManager.prototype.removeAll = function () {};
1516

1617
Phaser.TweenManager.prototype.constructor = Phaser.TweenManager;

0 commit comments

Comments
 (0)