Răsfoiți Sursa

In Assimp: fixed typo in comments

Léo Terziman 11 ani în urmă
părinte
comite
1002f154ac
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      code/ScenePreprocessor.cpp

+ 1 - 1
code/ScenePreprocessor.cpp

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