Browse Source

Fixed typo in MDLMaterialLoader.cpp.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@95 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 17 years ago
parent
commit
c3a776ec96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/MDLMaterialLoader.cpp

+ 1 - 1
code/MDLMaterialLoader.cpp

@@ -783,4 +783,4 @@ void MDLImporter::ParseSkinLump_3DGS_MDL7(
 		pcMatOut->AddProperty(&szFile,AI_MATKEY_NAME);
 	}
 	return;
-}
+}