mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-31 18:18:26 +00:00
attach.cpp [ci skip]
This commit is contained in:
parent
4e38f634c0
commit
b7a03980a9
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ namespace SceneUtil
|
|||
osg::Node* node = &drawable;
|
||||
for (auto it = getNodePath().rbegin()+1; it != getNodePath().rend(); ++it)
|
||||
{
|
||||
osg::Group* parent = *it;
|
||||
osg::Node* parent = *it;
|
||||
if (!filterMatches(parent->getName()))
|
||||
break;
|
||||
node = parent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue