We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ca126 commit 0384916Copy full SHA for 0384916
1 file changed
src/Phaser.js
@@ -75,7 +75,8 @@ var Phaser = Phaser || {
75
76
};
77
78
-PIXI.InteractionManager = function () {
79
- // We don't need this in Pixi, so we've removed it to save space
80
- // however the Stage object expects a reference to it, so here is a dummy entry.
81
-};
+// We don't need this in Pixi, so we've removed it to save space
+// however the Stage object expects a reference to it, so here is a dummy entry.
+// Ensure that an existing PIXI.InteractionManager is not overriden- in case you're using your own PIXI library.
+
82
+PIXI.InteractionManager = PIXI.InteractionManager || {}
0 commit comments