mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
Removed redundant code
This commit is contained in:
parent
2a008e6713
commit
6a3274b483
1 changed files with 0 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue