mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 03:04:40 +02:00
release
This commit is contained in:
parent
7579102b1a
commit
aa742a50ca
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@
|
||||||
_this.continueEquip(entityID, args);
|
_this.continueEquip(entityID, args);
|
||||||
},
|
},
|
||||||
|
|
||||||
releaseGrab:function(){
|
releaseGrab:function(entityID, args){
|
||||||
_this.releaseEquip();
|
_this.releaseEquip(entityID, args);
|
||||||
},
|
},
|
||||||
|
|
||||||
startEquip: function(entityID, args) {
|
startEquip: function(entityID, args) {
|
||||||
|
|
Loading…
Reference in a new issue