Skip to content

Commit 9ce91cb

Browse files
committed
[dataflow][rendering] update rendering example
1 parent 2965c44 commit 9ce91cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/DataflowExamples/GraphRendering

examples/DataflowExamples/GraphRendering/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class MyRendererController : public RenderGraphController
283283
inspectGraph( *m_renderGraph );
284284

285285
// force recompilation and introspection of the graph by the renderer
286-
m_renderGraph->isCompiled() = false;
286+
m_renderGraph->needsRecompile();
287287
notify();
288288
}
289289
};

0 commit comments

Comments
 (0)