diff --git a/src/gameobjects/Image.js b/src/gameobjects/Image.js index 8e10a9bef..33b71001a 100644 --- a/src/gameobjects/Image.js +++ b/src/gameobjects/Image.js @@ -683,7 +683,7 @@ Object.defineProperty(Phaser.Image.prototype, "inputEnabled", { if (value) { - if (!this.input) + if (this.input === null) { this.input = new Phaser.InputHandler(this); this.input.start();