Skip to content

Commit b40fa21

Browse files
committed
fix build from recent merge
Signed-off-by: Ashton Larkin <[email protected]>
1 parent e6e7579 commit b40fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ogre2/src/Ogre2SegmentationCamera.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ ignition::common::ConnectionPtr
310310
void Ogre2SegmentationCamera::Render()
311311
{
312312
// update the compositors
313-
this->scene->StartRendering();
313+
this->scene->StartRendering(nullptr);
314314

315315
this->dataPtr->ogreCompositorWorkspace->_validateFinalTarget();
316316
this->dataPtr->ogreCompositorWorkspace->_beginUpdate(false);

0 commit comments

Comments
 (0)