Improve debug message
This commit is contained in:
parent
0d317d64c6
commit
c82c82c44d
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ static void computeIGBBox(const NL3D::CInstanceGroup &ig, CLightingBBox &result,
|
|||
|
||||
if (shapePathName.empty())
|
||||
{
|
||||
nlwarning("Unable to find shape %s", it->Name.c_str());
|
||||
nlwarning("Unable to find shape '%s'", it->Name.c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue