mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Removed extraneous comments in RenderableItemEntity.cpp and .h
This commit is contained in:
parent
4eb2a5cf5e
commit
9f484a7f57
2 changed files with 0 additions and 3 deletions
|
@ -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());
|
||||
|
|
|
@ -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() };
|
||||
|
|
Loading…
Reference in a new issue