Submitted with fixes by Julian Valentin
This commit is contained in:
committed by
Robert Osfield
parent
295da33cdf
commit
0ecb52ff82
@@ -17,7 +17,7 @@ using namespace osgAnimation;
|
||||
|
||||
Channel::Channel() {}
|
||||
Channel::~Channel() {}
|
||||
Channel::Channel(const Channel& channel) : osg::Referenced(channel),
|
||||
Channel::Channel(const Channel& channel) : osg::Object(channel),
|
||||
_targetName(channel._targetName),
|
||||
_name(channel._name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user