Reverted back to using std::list<std::String>
This commit is contained in:
@@ -49,7 +49,7 @@ class OSG_EXPORT ImageSequence : public ImageStream
|
||||
virtual double getTimeMultiplier() const { return _timeMultiplier; }
|
||||
|
||||
typedef std::list< osg::ref_ptr<osg::Image> > Images;
|
||||
typedef std::vector< std::string > FileNames;
|
||||
typedef std::list< std::string > FileNames;
|
||||
|
||||
enum Mode
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user