mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-15 15:55:12 +02:00
fixed spacing issues and removed dead line
This commit is contained in:
parent
36ca0c54fc
commit
81844a82e8
1 changed files with 1 additions and 2 deletions
|
@ -245,7 +245,6 @@ void RenderableParticleEffectEntityItem::updateRenderItem() {
|
|||
glm::vec3 pos = _transform.getTranslation();
|
||||
Transform t;
|
||||
t.setRotation(rot);
|
||||
// t.setTranslation(pos);
|
||||
payload.setModelTransform(t);
|
||||
|
||||
// transform _particleMinBound and _particleMaxBound corners into world coords
|
||||
|
@ -283,8 +282,8 @@ void RenderableParticleEffectEntityItem::updateRenderItem() {
|
|||
payload.setPipeline(_untexturedPipeline);
|
||||
}
|
||||
});
|
||||
|
||||
_scene->enqueuePendingChanges(pendingChanges);
|
||||
|
||||
}
|
||||
|
||||
void RenderableParticleEffectEntityItem::createPipelines() {
|
||||
|
|
Loading…
Reference in a new issue