summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/rendercapture.cpp
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2016-08-22 08:17:58 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-01-09 11:56:02 +0000
commit58bc331a2c076513aeea195cb0d54d1d23bf16f0 (patch)
tree47fa414e9c3567caa72631745601707bb4b7335a /src/render/framegraph/rendercapture.cpp
parentda566710685118dfce4919595ff6cb1d0ad61842 (diff)
Unit tests for render capture backend node
Add unit tests for the render capture backend node and make small changes to backend node to make them work. Change-Id: I053d85755f5f53ac4de08c63ca88537696d1d7b2 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/framegraph/rendercapture.cpp')
-rw-r--r--src/render/framegraph/rendercapture.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/framegraph/rendercapture.cpp b/src/render/framegraph/rendercapture.cpp
index f123fd74c..6b6c48375 100644
--- a/src/render/framegraph/rendercapture.cpp
+++ b/src/render/framegraph/rendercapture.cpp
@@ -74,7 +74,6 @@ void RenderCapture::sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e)
requestCapture(propertyChange->value().toInt());
}
}
- markDirty(AbstractRenderer::AllDirty);
FrameGraphNode::sceneChangeEvent(e);
}