Skip to content

Commit 7aabb98

Browse files
committed
Re-enabled IM
1 parent cb57425 commit 7aabb98

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/input/InputManager.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ var InputManager = new Class({
432432
*/
433433
resize: function ()
434434
{
435-
/*
436435
this.updateBounds();
437436

438437
// Game config size
@@ -446,7 +445,6 @@ var InputManager = new Class({
446445
// Scale factor
447446
this.scale.x = gw / bw;
448447
this.scale.y = gh / bh;
449-
*/
450448
},
451449

452450
/**

0 commit comments

Comments
 (0)