mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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;
|
_previousAnimationProperties = newprops;
|
||||||
}
|
}
|
||||||
//
|
|
||||||
if (!jointsMapped() || _animation->getURL().toString() != entity->getAnimationURL()) {
|
if (!jointsMapped() || _animation->getURL().toString() != entity->getAnimationURL()) {
|
||||||
qCDebug(entitiesrenderer) << "changed animation or started animation";
|
qCDebug(entitiesrenderer) << "changed animation or started animation";
|
||||||
mapJoints(entity, model->getJointNames());
|
mapJoints(entity, model->getJointNames());
|
||||||
|
|
|
@ -192,8 +192,6 @@ private:
|
||||||
bool _shouldHighlight { false };
|
bool _shouldHighlight { false };
|
||||||
bool _animating { false };
|
bool _animating { false };
|
||||||
uint64_t _lastAnimated { 0 };
|
uint64_t _lastAnimated { 0 };
|
||||||
|
|
||||||
//fix test
|
|
||||||
AnimationPropertyGroup _previousAnimationProperties;
|
AnimationPropertyGroup _previousAnimationProperties;
|
||||||
|
|
||||||
render::ItemKey _itemKey { render::ItemKey::Builder().withTypeMeta() };
|
render::ItemKey _itemKey { render::ItemKey::Builder().withTypeMeta() };
|
||||||
|
|
Loading…
Reference in a new issue