summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraphnode.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2019-10-15 17:01:06 +0200
committerQt CI Bot <qt_ci_bot@qt-project.org>2019-10-17 17:54:03 +0000
commit683151c338046621d239ac0d9b597171c56e3991 (patch)
tree7f2b73b4336f558be1081905db76327ffc8b9a97 /src/render/framegraph/framegraphnode.cpp
parent972e64655276bd9170d5e4768fcd9fe80b36a897 (diff)
parent92f29f8592f4067a07e57f81f8cde44df55c0756 (diff)
Merge "FrameGraphNode: mark dirty on cleanup"v5.14.0-beta2
Diffstat (limited to 'src/render/framegraph/framegraphnode.cpp')
-rw-r--r--src/render/framegraph/framegraphnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/framegraph/framegraphnode.cpp b/src/render/framegraph/framegraphnode.cpp
index 58ff05dc0..40d8fca3d 100644
--- a/src/render/framegraph/framegraphnode.cpp
+++ b/src/render/framegraph/framegraphnode.cpp
@@ -123,6 +123,7 @@ QVector<FrameGraphNode *> FrameGraphNode::children() const
void FrameGraphNode::cleanup()
{
setParentId({});
+ markDirty(AbstractRenderer::FrameGraphDirty);
}
void FrameGraphNode::syncFromFrontEnd(const Qt3DCore::QNode *frontEnd, bool firstTime)