tablet is not selectable in edit mode

This commit is contained in:
Dante Ruiz 2017-01-25 16:46:17 +00:00
parent bc75cf5bed
commit c811839163

View file

@ -697,7 +697,9 @@ function mouseClickEvent(event) {
toolBar.setActive(true);
var pickRay = result.pickRay;
var foundEntity = result.entityID;
if (foundEntity === HMD.tabletID) {
return;
}
properties = Entities.getEntityProperties(foundEntity);
if (isLocked(properties)) {
if (wantDebug) {