Improve debug message

--HG--
branch : build_pipeline_py
hg/feature/sse2
kaetemi 11 years ago
parent 31d5b54e74
commit 1a0ee41780

@ -610,7 +610,7 @@ static void computeIGBBox(const NL3D::CInstanceGroup &ig, CLightingBBox &result,
if (shapePathName.empty()) if (shapePathName.empty())
{ {
nlwarning("Unable to find shape %s", it->Name.c_str()); nlwarning("Unable to find shape '%s'", it->Name.c_str());
} }
else else
{ {

Loading…
Cancel
Save