mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 07:21:12 +00:00
ControllerVisitor fix
This commit is contained in:
parent
5c7ecb9c1d
commit
a56d0e9cc3
@ -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…
x
Reference in New Issue
Block a user