1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-25 16:43:33 +00:00

Serialize NifOsg::MatrixTransform children properly

This commit is contained in:
Alexei Dobrohotov 2021-08-12 18:33:06 +03:00
parent 3c6f145753
commit b49f51cbfc

View File

@ -80,7 +80,7 @@ class MatrixTransformSerializer : public osgDB::ObjectWrapper
{ {
public: public:
MatrixTransformSerializer() MatrixTransformSerializer()
: osgDB::ObjectWrapper(createInstanceFunc<NifOsg::MatrixTransform>, "NifOsg::MatrixTransform", "osg::Object osg::Node osg::Transform osg::MatrixTransform NifOsg::MatrixTransform") : osgDB::ObjectWrapper(createInstanceFunc<NifOsg::MatrixTransform>, "NifOsg::MatrixTransform", "osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform NifOsg::MatrixTransform")
{ {
} }
}; };