mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
ControllerVisitor fix
This commit is contained in:
parent
5c7ecb9c1d
commit
a56d0e9cc3
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ namespace SceneUtil
|
|||
if (Controller* ctrl = dynamic_cast<Controller*>(callback))
|
||||
visit(geode, *ctrl);
|
||||
}
|
||||
|
||||
apply(static_cast<osg::Node&>(geode));
|
||||
}
|
||||
|
||||
AssignControllerSourcesVisitor::AssignControllerSourcesVisitor()
|
||||
|
|
Loading…
Reference in a new issue