diff --git a/js/PointerCamera.js b/js/PointerCamera.js index 1fc92f4..b253115 100644 --- a/js/PointerCamera.js +++ b/js/PointerCamera.js @@ -139,8 +139,6 @@ PointerCamera.prototype.update = function() { if (!this.isColliding(direction)) { this.position.add(direction); - } else { - this.position.sub(direction); } // Update angle