Selaa lähdekoodia

Remove newline from name of Blender importer.

Addresses #3797.

Re-submitting this as a quick fix to the immediate issue while I think about the website field.
Jason C 4 vuotta sitten
vanhempi
commit
3acd42c22e
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;
 
 static const aiImporterDesc blenderDesc = {
-    "Blender 3D Importer \nhttp://www.blender3d.org",
+    "Blender 3D Importer (http://www.blender3d.org)",
     "",
     "",
     "No animation support yet",