Replaced STOPPED by PAUSED.

This commit is contained in:
Robert Osfield
2004-07-21 19:14:15 +00:00
parent f11e551e5d
commit 1963fac426

View File

@@ -16,7 +16,7 @@
using namespace osg;
ImageStream::ImageStream():
_status(STOPPED)
_status(PAUSED)
{
}