Skip to content
Snippets Groups Projects
Commit 9136145b authored by Mathias Paulin's avatar Mathias Paulin :speech_balloon:
Browse files

[librender] fix crash when rendering with an empty node graph

parent e8cbe213
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ void NodeBasedRenderer::uiInternal( const ViewingParameters& renderData ) { ...@@ -281,7 +281,7 @@ void NodeBasedRenderer::uiInternal( const ViewingParameters& renderData ) {
} }
void NodeBasedRenderer::postProcessInternal( const ViewingParameters& /* renderData */ ) { void NodeBasedRenderer::postProcessInternal( const ViewingParameters& /* renderData */ ) {
if ( true /*m_colorTexture*/ ) if ( m_colorTexture )
{ {
m_postprocessFbo->bind(); m_postprocessFbo->bind();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment