dont delete wand at cleanup from createWand.js

This commit is contained in:
James B. Pollack 2015-09-21 17:43:05 -07:00
parent d79c1bec95
commit bf22d5a942

View file

@ -41,7 +41,8 @@ var flashlight = Entities.addEntity({
function cleanup() {
Entities.deleteEntity(flashlight);
//commenting out the line below makes this persistent. to delete at cleanup, uncomment
//Entities.deleteEntity(flashlight);
}