Skip to content

Commit

Permalink
Fix selection buffer crash on resize (#969)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
  • Loading branch information
iche033 authored Sep 3, 2021
1 parent 9cafd6d commit 1e6a9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/plugins/scene3d/Scene3D.cc
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ void IgnRenderer::Render()
{
IGN_PROFILE("IgnRenderer::Render Pre-render camera");
this->dataPtr->camera->PreRender();
this->dataPtr->camera->Render();
}
this->textureDirty = false;
}
Expand Down

0 comments on commit 1e6a9d1

Please sign in to comment.