From ab2eebf8c02c4ca51b58e5f3e77cc69f6cf94fb7 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 18 Nov 2017 13:49:45 +0100 Subject: [PATCH] Update: CC - Touch Move (c55930et90.js) 0 bytes modified --- c55930et90.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c55930et90.js b/c55930et90.js index 4024772..bf0e138 100644 --- a/c55930et90.js +++ b/c55930et90.js @@ -13,8 +13,8 @@ if (!this.initialized) { this.x -= touch.left; this.x += touch.right; -this.y -= touch.down; -this.y += touch.up; +this.y += touch.down; +this.y -= touch.up; if (this.x < 0) { this.x = 0;