mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 12:43:26 +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 ()
|
||||
{
|
||||
/*
|
||||
this.updateBounds();
|
||||
|
||||
// Game config size
|
||||
|
@ -410,6 +411,7 @@ var InputManager = new Class({
|
|||
// Scale factor
|
||||
this.scale.x = gw / bw;
|
||||
this.scale.y = gh / bh;
|
||||
*/
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue