Changes to fix multiple thread start.

This commit is contained in:
Robert Osfield
2004-07-27 10:23:11 +00:00
parent bb5576bef8
commit 2e524ed9d7
3 changed files with 7 additions and 5 deletions

View File

@@ -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;
}