Removed extraneous comments in RenderableItemEntity.cpp and .h

This commit is contained in:
amantley 2018-01-18 08:54:05 -08:00
parent 4eb2a5cf5e
commit 9f484a7f57
2 changed files with 0 additions and 3 deletions

View file

@ -1404,7 +1404,6 @@ void ModelEntityRenderer::doRenderUpdateSynchronousTyped(const ScenePointer& sce
}
_previousAnimationProperties = newprops;
}
//
if (!jointsMapped() || _animation->getURL().toString() != entity->getAnimationURL()) {
qCDebug(entitiesrenderer) << "changed animation or started animation";
mapJoints(entity, model->getJointNames());

View file

@ -192,8 +192,6 @@ private:
bool _shouldHighlight { false };
bool _animating { false };
uint64_t _lastAnimated { 0 };
//fix test
AnimationPropertyGroup _previousAnimationProperties;
render::ItemKey _itemKey { render::ItemKey::Builder().withTypeMeta() };