From 97da7770d0b89fc47431d4c5b05758ceca9bb669 Mon Sep 17 00:00:00 2001 From: logsol Date: Mon, 20 Apr 2015 15:31:25 +0200 Subject: [PATCH] repaired debug view (offsetting) --- app/Game/Client/View/Pixi/Layers/Debug.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/Game/Client/View/Pixi/Layers/Debug.js b/app/Game/Client/View/Pixi/Layers/Debug.js index c7ae643..c5b650e 100644 --- a/app/Game/Client/View/Pixi/Layers/Debug.js +++ b/app/Game/Client/View/Pixi/Layers/Debug.js @@ -16,12 +16,5 @@ function (Parent, PIXI) { Debug.prototype = Object.create(Parent.prototype); - Debug.prototype.render = function(centerPosition, zoom) { - Parent.prototype.render.call(this, centerPosition, zoom); - - this.container.x -= 300 * zoom; - this.container.y -= 200 * zoom; - }; - return new Debug(); }); \ No newline at end of file