Skip to content

Commit 1e7251b

Browse files
committed
Commented out resize, soon to be removed
1 parent f32df23 commit 1e7251b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/input/InputManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ var InputManager = new Class({
397397
*/
398398
resize: function ()
399399
{
400+
/*
400401
this.updateBounds();
401402
402403
// Game config size
@@ -410,6 +411,7 @@ var InputManager = new Class({
410411
// Scale factor
411412
this.scale.x = gw / bw;
412413
this.scale.y = gh / bh;
414+
*/
413415
},
414416

415417
/**

0 commit comments

Comments
 (0)