One last gotcha from the conflict resolution.

This commit is contained in:
Matti Lahtinen 2017-02-28 16:37:08 +02:00 committed by GitHub
parent e21785d5ec
commit d0c2c26a8e

View file

@ -2497,7 +2497,7 @@ function MyController(hand) {
cProperties.lifetime = lifetime;
cProperties.userData = JSON.stringify(cUserData);
this.grabbedThingID = Entities.addEntity(cProperties);
grabbedProperties = Entities.getEntityProperties(this.grabbedEntity);
grabbedProperties = Entities.getEntityProperties(this.grabbedThingID);
var _this = this;
Script.setTimeout(function () {