fixed indentation and lines delete when user exits to help with large model.svo/json file size

This commit is contained in:
ericrius1 2015-06-18 18:17:02 -07:00
parent 830a8b6909
commit 7293330ced
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ function MousePaint() {
function cleanup() {
lines.forEach(function(line) {
// Entities.deleteEntity(line);
Entities.deleteEntity(line);
});
Entities.deleteEntity(brush);
lineRider.cleanup();