typo fix: loose -> lose

This commit is contained in:
Eric Haines
2013-11-14 10:09:10 -08:00
parent babc54478e
commit f2997a562b
3 changed files with 3 additions and 3 deletions

View File

@@ -563,7 +563,7 @@ void MS3DImporter::InternReadFile( const std::string& pFile,
}
// ... add dummy nodes under a single root, each holding a reference to one
// mesh. If we didn't do this, we'd loose the group name.
// mesh. If we didn't do this, we'd lose the group name.
aiNode* rt = pScene->mRootNode = new aiNode("<MS3DRoot>");
#ifdef ASSIMP_BUILD_MS3D_ONE_NODE_PER_MESH