Skip to content

Commit

Permalink
Re-enable atlaspack tilepad. Fixes edge artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Jan 12, 2014
1 parent 0f4cf41 commit 3baac16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3baac16

Please sign in to comment.