We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b9d9d commit 2493775Copy full SHA for 2493775
graphics/src/MeshManager.cc
@@ -246,7 +246,7 @@ void MeshManager::AddMesh(Mesh *_mesh)
246
auto iter = this->dataPtr->meshes.find(_mesh->Name());
247
if (iter != this->dataPtr->meshes.end())
248
{
249
- gzdbg << "MeshManager::AddMesh replaced: " << _mesh->Name();
+ gzdbg << "MeshManager::AddMesh replaced: " << _mesh->Name() << std::endl;
250
iter->second.reset(_mesh);
251
}
252
else
0 commit comments