cleanup by default

This commit is contained in:
James B. Pollack 2016-03-07 11:45:38 -08:00
parent 70fd3559ea
commit fdaa1f9ded

View file

@ -1,6 +1,6 @@
var fishTank, bubbleSystem, secondBubbleSystem, innerContainer, bubbleInjector, lowerCorner, upperCorner, urchin, rocks;
var CLEANUP = false;
var CLEANUP = true;
var TANK_DIMENSIONS = {
x: 1.3393,
y: 1.3515,