Skip to content

Commit

Permalink
Set useAtlas by default
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Jan 12, 2014
1 parent b2d50eb commit b2e14bf
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 @@ -153,7 +153,7 @@ Debug.prototype._render = function() {
self.game.showAllChunks()
})

this.useAtlas = false;
this.useAtlas = true;
folder.add(this, 'useAtlas').onChange(function(value) {
self.game.materials.opts.useAtlas = value;
self.game.materials = self.game.materials.reconfigure();
Expand Down

0 comments on commit b2e14bf

Please sign in to comment.