Added check for endianess of .osga archives
This commit is contained in:
@@ -102,7 +102,7 @@ class OSGDB_EXPORT Archive : public ReaderWriter
|
||||
inline pos_type getPositionNextIndexBlock() const { return _filePositionNextIndexBlock; }
|
||||
|
||||
|
||||
static IndexBlock* read(std::istream& in);
|
||||
static IndexBlock* read(std::istream& in, bool doEndianSwap);
|
||||
|
||||
std::string getFirstFileName() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user