From abf1a0d748e046e6b88f27cff1ddc51d571096cc Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 12:30:09 +0100 Subject: [PATCH] Update: CC - Touch Move (evwkow5289.js) 10 bytes modified --- evwkow5289.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evwkow5289.js b/evwkow5289.js index a5e9c9d..695b738 100644 --- a/evwkow5289.js +++ b/evwkow5289.js @@ -11,8 +11,8 @@ if (!this.initialized) { GameLib.Event.WINDOW_RESIZE, function(data) { this.size = data; - this.x = size.width / 2; - this.y = size.height / 2; + this.x = this.size.width / 2; + this.y = this.size.height / 2; }.bind(this) )