Commented out resize, soon to be removed

This commit is contained in:
Richard Davey 2018-10-10 10:47:13 +01:00
parent f32df230d6
commit 1e7251ba97

View file

@ -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;
*/
}, },
/** /**