mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Remove commented out line in bow.js
This commit is contained in:
parent
c990849bf8
commit
35bc962654
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@
|
||||||
|
|
||||||
startEquip: function(entityID, args) {
|
startEquip: function(entityID, args) {
|
||||||
this.hand = args[0];
|
this.hand = args[0];
|
||||||
// var avatarID = args[1];
|
|
||||||
|
|
||||||
if (this.hand === 'left') {
|
if (this.hand === 'left') {
|
||||||
this.getStringHandPosition = function() { return _this.getControllerLocation("right").position; };
|
this.getStringHandPosition = function() { return _this.getControllerLocation("right").position; };
|
||||||
|
|
Loading…
Reference in a new issue