Bugfix : Fixed not ANSI character in comment.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@746 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
f3310b0f36
commit
c38c91d28d
|
@ -584,7 +584,7 @@ void ObjFileParser::getObjectName()
|
|||
}
|
||||
}
|
||||
|
||||
// Allocate a new object, if current one wasn´t found before
|
||||
// Allocate a new object, if current one was not found before
|
||||
if ( NULL == m_pModel->m_pCurrent )
|
||||
createObject(strObjectName);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue