Skip to content

Commit 0b8fc6e

Browse files
committed
Merge pull request phaserjs#2284 from RetrocadeNet/tweenManagerStubMethodToPreventError
Added removeAll to TweenManager's stub so call from stageManager does…
2 parents 76e2dc6 + fe86dab commit 0b8fc6e

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)