Selaa lähdekoodia

Merge pull request #3822 from JC3/patch-2

Remove newline from name of Blender importer.
Kim Kulling 4 vuotta sitten
vanhempi
commit
74577ae3c7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      code/AssetLib/Blender/BlenderLoader.cpp

+ 1 - 1
code/AssetLib/Blender/BlenderLoader.cpp

@@ -88,7 +88,7 @@ using namespace Assimp::Blender;
 using namespace Assimp::Formatter;
 using namespace Assimp::Formatter;
 
 
 static const aiImporterDesc blenderDesc = {
 static const aiImporterDesc blenderDesc = {
-    "Blender 3D Importer \nhttp://www.blender3d.org",
+    "Blender 3D Importer (http://www.blender3d.org)",
     "",
     "",
     "",
     "",
     "No animation support yet",
     "No animation support yet",