address tony's requests

This commit is contained in:
Dante Ruiz 2018-02-13 10:32:15 -08:00
parent 1a25332575
commit 45f09dde96
2 changed files with 1 additions and 2 deletions

View file

@ -1461,7 +1461,7 @@ void MyAvatar::clearJointsData() {
void MyAvatar::setSkeletonModelURL(const QUrl& skeletonModelURL) {
_skeletonModelChangeCount++;
int skeletonModelChangeCount = _skeletonModelChangeCount;
int skeletonModelChangeCount = _skeletonModelChangeCount;
Avatar::setSkeletonModelURL(skeletonModelURL);
_skeletonModel->setVisibleInScene(true, qApp->getMain3DScene(), render::ItemKey::TAG_BITS_NONE);
_headBoneSet.clear();

View file

@ -819,7 +819,6 @@ private:
bool _enableDebugDrawIKConstraints { false };
bool _enableDebugDrawIKChains { false };
bool _enableDebugDrawDetailedCollision { false };
bool _shouldInitHeadBones { true };
mutable bool _cauterizationNeedsUpdate; // do we need to scan children and update their "cauterized" state?