1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00

Missing clone function

This commit is contained in:
scrawl 2015-03-29 19:32:55 +02:00
parent 5162e9c09e
commit 9975ec1678

View File

@ -334,6 +334,8 @@ namespace
{
}
META_Object(NifOsg, DirtyBoundCallback)
void operator()(osg::Node* node, osg::NodeVisitor* nv)
{
osg::Geode* geode = node->asGeode();