summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/sortpolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/sortpolicy.cpp')
-rw-r--r--src/render/framegraph/sortpolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/sortpolicy.cpp b/src/render/framegraph/sortpolicy.cpp
index 9631ebeab..b81d1f6cb 100644
--- a/src/render/framegraph/sortpolicy.cpp
+++ b/src/render/framegraph/sortpolicy.cpp
@@ -61,9 +61,9 @@ void SortPolicy::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
auto sortTypesInt = propertyChange->value().value<QVector<int>>();
m_sortTypes.clear();
transformVector(sortTypesInt, m_sortTypes);
+ markDirty(AbstractRenderer::FrameGraphDirty);
}
}
- markDirty(AbstractRenderer::AllDirty);
FrameGraphNode::sceneChangeEvent(e);
}