In Assimp: fixed typo in comments

pull/261/head
Léo Terziman 2013-12-19 12:22:13 +01:00
parent 41175dacca
commit 1002f154ac
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ void ScenePreprocessor::ProcessScene ()
aiColor3D clr(0.6f,0.6f,0.6f);
helper->AddProperty(&clr,1,AI_MATKEY_COLOR_DIFFUSE);
// setup the default name to make this material identifyable
// setup the default name to make this material identifiable
name.Set(AI_DEFAULT_MATERIAL_NAME);
helper->AddProperty(&name,AI_MATKEY_NAME);