@@ -75,7 +75,7 @@ static const aiImporterDesc desc = {
3,
1,
5,
- "dae zae"
+ "dae xml zae"
};
static const float kMillisecondsFromSeconds = 1000.f;
@@ -95,10 +95,9 @@ static const aiImporterDesc desc = {
0,
-#ifdef M3D_ASCII
- "m3d a3d"
-#else
"m3d"
+#ifdef M3D_ASCII
+ " a3d"
#endif
- "pk3"
+ "bsp pk3"
namespace Assimp {