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;