forked from mirror/openmw-tes3mp
Print the object ID that animateCollisionShapes did not find the node for
This commit is contained in:
parent
1402e0b872
commit
0772a03e98
1 changed files with 1 additions and 1 deletions
|
@ -652,7 +652,7 @@ namespace MWPhysics
|
|||
mPtr.getRefData().getBaseNode()->accept(visitor);
|
||||
if (!visitor.mFound)
|
||||
{
|
||||
std::cerr << "animateCollisionShapes: Can't find node " << recIndex << std::endl;
|
||||
std::cerr << "animateCollisionShapes: Can't find node " << recIndex << " for " << mPtr.getCellRef().getRefId() << std::endl;
|
||||
return;
|
||||
}
|
||||
osg::NodePath nodePath = visitor.mFoundPath;
|
||||
|
|
Loading…
Reference in a new issue