Skip to content

Commit

Permalink
Merge branch 'ign-rendering6' into fix-glx-context
Browse files Browse the repository at this point in the history
  • Loading branch information
iche033 authored Dec 20, 2022
2 parents 33f340b + 74d8c78 commit a9634c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ogre2/src/Ogre2RenderEngine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@ bool Ogre2RenderEngine::InitImpl()
catch (...)
{
ignerr << "Failed to initialize render-engine" << std::endl;
ignerr << "Please see the troubleshooting page for possible fixes: "
<< "https://gazebosim.org/docs/fortress/troubleshooting"
<< std::endl;
return false;
}
}
Expand Down

0 comments on commit a9634c6

Please sign in to comment.