Bugfix : Fixed not ANSI character in comment.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@746 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
kimmi 2010-05-30 18:35:55 +00:00
parent f3310b0f36
commit c38c91d28d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}