Skip to content

Commit

Permalink
Do no fail in missing support for bounding box cameras
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Dec 4, 2024
1 parent 0bea4d6 commit 3163c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BoundingBoxCamera_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void BoundingBoxCameraTest::BoundingBoxCamera(const std::string &_renderEngine)
if (_renderEngine.compare("optix") == 0 ||
_renderEngine.compare("ogre") == 0)
{
FAIL() << "Engine '" << _renderEngine
igndbg << "Engine '" << _renderEngine
<< "' doesn't support bounding box cameras" << std::endl;
return;
}
Expand Down

0 comments on commit 3163c47

Please sign in to comment.