mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Commented out resize, soon to be removed
This commit is contained in:
parent
f32df230d6
commit
1e7251ba97
1 changed files with 2 additions and 0 deletions
|
@ -397,6 +397,7 @@ var InputManager = new Class({
|
||||||
*/
|
*/
|
||||||
resize: function ()
|
resize: function ()
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
this.updateBounds();
|
this.updateBounds();
|
||||||
|
|
||||||
// Game config size
|
// Game config size
|
||||||
|
@ -410,6 +411,7 @@ var InputManager = new Class({
|
||||||
// Scale factor
|
// Scale factor
|
||||||
this.scale.x = gw / bw;
|
this.scale.x = gw / bw;
|
||||||
this.scale.y = gh / bh;
|
this.scale.y = gh / bh;
|
||||||
|
*/
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue