From 1e7251ba97f99c0d649477689d9a6195de78b96e Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 10 Oct 2018 10:47:13 +0100 Subject: [PATCH] Commented out resize, soon to be removed --- src/input/InputManager.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input/InputManager.js b/src/input/InputManager.js index a95f372f0..a96040a16 100644 --- a/src/input/InputManager.js +++ b/src/input/InputManager.js @@ -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; + */ }, /**