mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 01:33:35 +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) {
|
||||
var closestEntity = Entities.findClosestEntity(palmPosition, targetRadius);
|
||||
|
||||
//if (closestEntity.isKnownID && ((leftHandEntity && (closestEntity.id == leftHandEntity.id)) || (rightHandEntity && (closestEntity.id == rightHandEntity.id)))) {
|
||||
if (closestEntity.isKnownID) {
|
||||
|
||||
debugPrint(handMessage + " HAND- CAUGHT SOMETHING!!");
|
||||
|
|
Loading…
Reference in a new issue