mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 17:53:32 +02:00
One last gotcha from the conflict resolution.
This commit is contained in:
parent
e21785d5ec
commit
d0c2c26a8e
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue