summaryrefslogtreecommitdiff
path: root/game/states/boot.js
diff options
context:
space:
mode:
Diffstat (limited to 'game/states/boot.js')
-rw-r--r--game/states/boot.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/game/states/boot.js b/game/states/boot.js
index eade2ff..c8eef8f 100644
--- a/game/states/boot.js
+++ b/game/states/boot.js
@@ -8,7 +8,6 @@ Boot.prototype = {
this.load.image('preloader', 'assets/images/preloader.gif');
},
create: function() {
- this.game.input.maxPointers = 1;
this.game.state.start('load');
}
};