mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 12:57:18 +02:00
remove unused line
This commit is contained in:
parent
7489b468f3
commit
9d021a1a1e
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ function checkControllerSide(whichSide) {
|
||||||
if (!ballAlreadyInHand && grabButtonPressed) {
|
if (!ballAlreadyInHand && grabButtonPressed) {
|
||||||
var closestEntity = Entities.findClosestEntity(palmPosition, targetRadius);
|
var closestEntity = Entities.findClosestEntity(palmPosition, targetRadius);
|
||||||
|
|
||||||
//if (closestEntity.isKnownID && ((leftHandEntity && (closestEntity.id == leftHandEntity.id)) || (rightHandEntity && (closestEntity.id == rightHandEntity.id)))) {
|
|
||||||
if (closestEntity.isKnownID) {
|
if (closestEntity.isKnownID) {
|
||||||
|
|
||||||
debugPrint(handMessage + " HAND- CAUGHT SOMETHING!!");
|
debugPrint(handMessage + " HAND- CAUGHT SOMETHING!!");
|
||||||
|
|
Loading…
Reference in a new issue