mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-13 20:30:07 +02:00
Merge pull request #5856 from sethalves/hand-controller-adjustment
fix releaseGrab in test script
This commit is contained in:
commit
213cc25c75
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
print("I am still being grabbed... entity:" + this.entityID);
|
print("I am still being grabbed... entity:" + this.entityID);
|
||||||
},
|
},
|
||||||
|
|
||||||
release: function () {
|
releaseGrab: function () {
|
||||||
print("I was released... entity:" + this.entityID);
|
print("I was released... entity:" + this.entityID);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue