Removed redundant code

This commit is contained in:
Richard Davey 2018-07-19 13:21:59 +01:00
parent 2a008e6713
commit 6a3274b483

View file

@ -351,9 +351,6 @@ var InputManager = new Class({
{
this.canvas = this.game.canvas;
// this.scale.x = this.game.config.resolution;
// this.scale.y = this.game.config.resolution;
this.updateBounds();
this.events.emit('boot');