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.pull/3822/head
parent
21d7085be6
commit
3acd42c22e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue