From 3baac16ecffae7e211120c52aca7ff972a72edd6 Mon Sep 17 00:00:00 2001 From: deathcap Date: Sun, 12 Jan 2014 05:26:36 -0800 Subject: [PATCH] Re-enable atlaspack tilepad. Fixes edge artifacts Ref https://github.com/deathcap/voxpopuli/issues/19 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d625b09..289884b 100644 --- a/index.js +++ b/index.js @@ -46,7 +46,7 @@ function Texture(game, opts) { // create core atlas and texture this.atlas = createAtlas(this.canvas); - this.atlas.tilepad = false; //true; // TODO: re-enable + this.atlas.tilepad = true; this._atlasuv = false; this._atlaskey = false; this.texture = new this.THREE.Texture(this.canvas);