From d5509d9d7f86918aaa95f8543a8b5491309cb432 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Mon, 21 May 2018 14:54:56 +0200 Subject: [PATCH] Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 59 bytes modified --- ff0fsum4zx.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index f3053f1..7b6bd52 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -57,7 +57,7 @@ this.kickDistance = 0; this.raycaster = new THREE.Raycaster(); -this.debug = true; +this.debug = false; this.gravity = -9.8; @@ -225,10 +225,8 @@ R3.CustomCode.prototype.move = function(data) { var x = data.x; var y = data.y; - if (data.source === 'mouse' || 'touch') { - x *= 0.0025; - y *= 0.0075; - } + x *= 0.0025; + y *= 0.0075; this.playerRotation.x += x; this.playerRotation.y += y;