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);