Bugfix : Fixed not ANSI character in comment.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@746 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user