Removed the cache hints from registery placing them wholly into ReaderWriter's responsibility.
This commit is contained in:
@@ -83,7 +83,7 @@ class OSGDB_EXPORT ReaderWriter : public osg::Object
|
||||
};
|
||||
|
||||
|
||||
Options():_useObjectCacheHint(CACHE_NONE) {}
|
||||
Options():_useObjectCacheHint(CACHE_ARCHIVES) {}
|
||||
Options(const std::string& str):_str(str) {}
|
||||
|
||||
Options(const Options& options,const osg::CopyOp copyop=osg::CopyOp::SHALLOW_COPY):
|
||||
|
||||
Reference in New Issue
Block a user