Changes to fix multiple thread start.
This commit is contained in:
@@ -70,7 +70,7 @@ class ReaderWriterQT : public osgDB::ReaderWriter
|
||||
// state on the ImageStream... will integrated as is right now
|
||||
// to get things off the ground.
|
||||
osg::QuicktimeImageStream* moov = new osg::QuicktimeImageStream(fileName);
|
||||
moov->start();
|
||||
moov->play();
|
||||
return moov;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user