From 725b2f55eb085ff13591dbee4d5f9998f3c47523 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 12:29:36 +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 f7cb525..a5e9c9d 100644 --- a/evwkow5289.js +++ b/evwkow5289.js @@ -18,8 +18,8 @@ if (!this.initialized) { this.size = GameLib.Utils.GetWindowSize(); - this.x = size.width / 2; - this.y = size.height / 2; + this.x = this.size.width / 2; + this.y = this.size.height / 2; this.initialized = true; }