mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-13 10:49:05 +00:00
Improve debug message
This commit is contained in:
parent
d3ccda4153
commit
ca8c266bc1
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())
|
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…
Reference in a new issue