mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +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.lifetime = lifetime;
|
||||||
cProperties.userData = JSON.stringify(cUserData);
|
cProperties.userData = JSON.stringify(cUserData);
|
||||||
this.grabbedThingID = Entities.addEntity(cProperties);
|
this.grabbedThingID = Entities.addEntity(cProperties);
|
||||||
grabbedProperties = Entities.getEntityProperties(this.grabbedEntity);
|
grabbedProperties = Entities.getEntityProperties(this.grabbedThingID);
|
||||||
var _this = this;
|
var _this = this;
|
||||||
|
|
||||||
Script.setTimeout(function () {
|
Script.setTimeout(function () {
|
||||||
|
|
Loading…
Reference in a new issue