mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 01:09:27 +02:00
removing unused variable
This commit is contained in:
parent
7ba5bc71ea
commit
d0ac8eec74
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ void Hand::collideAgainstOurself() {
|
||||||
if (!palm.isActive()) {
|
if (!palm.isActive()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
const Model& skeletonModel = _owningAvatar->getSkeletonModel();
|
|
||||||
// ignoring everything below the parent of the parent of the last free joint
|
// ignoring everything below the parent of the parent of the last free joint
|
||||||
int skipIndex = skeletonModel.getParentJointIndex(skeletonModel.getParentJointIndex(
|
int skipIndex = skeletonModel.getParentJointIndex(skeletonModel.getParentJointIndex(
|
||||||
skeletonModel.getLastFreeJointIndex((i == leftPalmIndex) ? skeletonModel.getLeftHandJointIndex() :
|
skeletonModel.getLastFreeJointIndex((i == leftPalmIndex) ? skeletonModel.getLeftHandJointIndex() :
|
||||||
|
|
Loading…
Reference in a new issue