Skip to content

Commit

Permalink
ign -> gz (#547)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Oct 28, 2023
1 parent 3742a5a commit 983a1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/src/AssimpLoader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ Mesh *AssimpLoader::Load(const std::string &_filename)
0);
if (scene == nullptr)
{
ignerr << "Unable to import mesh [" << _filename << "]" << std::endl;
gzerr << "Unable to import mesh [" << _filename << "]" << std::endl;
return mesh;
}
auto& rootNode = scene->mRootNode;
Expand Down

0 comments on commit 983a1eb

Please sign in to comment.