We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb57425 commit 7aabb98Copy full SHA for 7aabb98
1 file changed
src/input/InputManager.js
@@ -432,7 +432,6 @@ var InputManager = new Class({
432
*/
433
resize: function ()
434
{
435
- /*
436
this.updateBounds();
437
438
// Game config size
@@ -446,7 +445,6 @@ var InputManager = new Class({
446
445
// Scale factor
447
this.scale.x = gw / bw;
448
this.scale.y = gh / bh;
449
- */
450
},
451
452
/**
0 commit comments