mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Improve debug message
--HG-- branch : build_pipeline_py
This commit is contained in:
parent
31d5b54e74
commit
1a0ee41780
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