From David Fries, added _frameTime copying into copy constructor of osg::Sequence

This commit is contained in:
Robert Osfield
2004-02-10 10:07:32 +00:00
parent 2af70e3c4c
commit 05c2e8bd19

View File

@@ -39,6 +39,7 @@ Sequence::Sequence(const Sequence& seq, const CopyOp& copyop) :
Group(seq, copyop),
_value(seq._value),
_last(seq._last),
_frameTime(seq._frameTime),
_step(seq._step),
_loopMode(seq._loopMode),
_begin(seq._begin),