Browse Source

Fixed FileWriter.

Branimir Karadžić 8 years ago
parent
commit
40a7933018
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/crtimpl.cpp

+ 1 - 0
src/crtimpl.cpp

@@ -198,6 +198,7 @@ namespace bx
 				return false;
 				return false;
 			}
 			}
 
 
+			m_open = true;
 			return true;
 			return true;
 		}
 		}