dont delete cubes by default

This commit is contained in:
James B. Pollack 2015-11-02 16:37:24 -08:00
parent 15af28337b
commit aeac31cf6a

View file

@ -11,7 +11,7 @@
//
var DELETE_AT_ENDING = true;
var DELETE_AT_ENDING = false;
var CUBE_DIMENSIONS = {
x: 1,