From Stephan Huber, "OS X failed to compile AnimationManager because of
the useage of META_Node-macro, but AnimationManager is inherited from NodeVisitor, so I changed the Macro to META_NodeVisitor"
This commit is contained in:
@@ -27,7 +27,7 @@ namespace osgAnimation
|
||||
{
|
||||
public:
|
||||
|
||||
META_Node(osgAnimation, AnimationManager);
|
||||
META_NodeVisitor(osgAnimation, AnimationManager);
|
||||
|
||||
AnimationManager();
|
||||
AnimationManager(const AnimationManager& b, const osg::CopyOp& copyop= osg::CopyOp::SHALLOW_COPY) :
|
||||
|
||||
Reference in New Issue
Block a user