Skip to content

Commit

Permalink
Fix gzerr print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Athena Z <athenaz@google.com>
  • Loading branch information
athenaz2 committed Aug 15, 2024
1 parent b0f29b0 commit acea8e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugins/minimal_scene/MinimalScene.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1491,8 +1491,7 @@ void MinimalScene::LoadConfig(const tinyxml2::XMLElement *_pluginElem)
if (texSizeStr.fail())
{
gzerr << "Unable to set <texture_size> to '" << texSizeStr.str()
<< "' using default directional light texture size"
<< std::endl;
<< "' using default texture size" << std::endl;
}
else
{
Expand Down

0 comments on commit acea8e3

Please sign in to comment.