Fixed usage of META_NodeVisitor so it doesn't include ""
This commit is contained in:
@@ -27,7 +27,7 @@ namespace osgAnimation
|
||||
class OSGANIMATION_EXPORT BoneMapVisitor : public osg::NodeVisitor
|
||||
{
|
||||
public:
|
||||
META_NodeVisitor("osgAnimation","BoneMapVisitor")
|
||||
META_NodeVisitor(osgAnimation, BoneMapVisitor)
|
||||
BoneMapVisitor();
|
||||
|
||||
void apply(osg::Node&);
|
||||
|
||||
Reference in New Issue
Block a user