dmuratshin 9 years ago
parent
commit
09b9ed0802
1 changed files with 1 additions and 0 deletions
  1. 1 0
      oxygine/src/core/file.cpp

+ 1 - 0
oxygine/src/core/file.cpp

@@ -87,6 +87,7 @@ namespace oxygine
         void free()
         void free()
         {
         {
             _nfs.unmount(&_nfsWrite);
             _nfs.unmount(&_nfsWrite);
+            _fsInitialized = false;
         }
         }
 
 
         void mount(FileSystem* fs)
         void mount(FileSystem* fs)