From b2e14bf2a8148b9675620cb7cdd46d5386087486 Mon Sep 17 00:00:00 2001 From: deathcap Date: Sun, 12 Jan 2014 05:42:50 -0800 Subject: [PATCH] Set useAtlas by default --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b521612..13b536c 100644 --- a/index.js +++ b/index.js @@ -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();