From 1002f154acc20c3bb116fe4bc0f12281b154406a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Terziman?= Date: Thu, 19 Dec 2013 12:22:13 +0100 Subject: [PATCH] In Assimp: fixed typo in comments --- code/ScenePreprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ScenePreprocessor.cpp b/code/ScenePreprocessor.cpp index 8ab4756db..3e72ad72c 100644 --- a/code/ScenePreprocessor.cpp +++ b/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);