Merge pull request #5856 from sethalves/hand-controller-adjustment

fix releaseGrab in test script
This commit is contained in:
Brad Hefta-Gaub 2015-09-18 17:52:12 -07:00
commit 213cc25c75

View file

@ -44,7 +44,7 @@
print("I am still being grabbed... entity:" + this.entityID);
},
release: function () {
releaseGrab: function () {
print("I was released... entity:" + this.entityID);
},