obj: add missing init.

pull/3012/head
Kim Kulling 2020-03-21 09:00:29 +01:00
parent 7fda14078b
commit 7d624e7f60
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ ObjFileParser::ObjFileParser() :
m_pIO(nullptr),
m_progress(nullptr),
m_originalObjFileName() {
// empty
std::fill_n(m_buffer, Buffersize, '\0');
}
ObjFileParser::ObjFileParser(IOStreamBuffer<char> &streamBuffer, const std::string &modelName,