close obj

This commit is contained in:
James B. Pollack 2016-03-29 13:29:33 -07:00
parent 6692736c07
commit 1b6b5756e2

View file

@ -296,7 +296,7 @@
x: 1107.0330,
y: 459.4326,
z: -74.5704
}
}
var rotatorBlock = Entities.addEntity(rotatorBlockProps);
@ -409,7 +409,7 @@
},
findAndDeleteHomeEntities: function() {
print('JBP trying to find home entities to delete')
print('HOME trying to find home entities to delete')
var resetProperties = Entities.getEntityProperties(_this.entityID);
var results = Entities.findEntities(resetProperties.position, 1000);
var found = [];