there is a bug in FileSystemArchive
-
- Gnoblar
- Posts: 1
- Joined: Wed Aug 18, 2010 7:13 am
there is a bug in FileSystemArchive
There is a bug in FileSystemArchive::open function. It maybe cause you can't write a file. So you should change if (!readOnly && isReadOnly()) to if (!readOnly && !isReadOnly()), at line OgreFileSystem.cpp:231. The bug is in ogre 1.8 and 1.81