|
@@ -50,7 +50,7 @@ class utNFFImportExport : public AbstractImportExportBase {
|
|
public:
|
|
public:
|
|
virtual bool importerTest() {
|
|
virtual bool importerTest() {
|
|
Assimp::Importer importer;
|
|
Assimp::Importer importer;
|
|
- const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/NFF/NFF/ManyEarthsNotJustOne.nff", 0);
|
|
|
|
|
|
+ const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/NFF/ManyEarthsNotJustOne.nff", 0);
|
|
return nullptr != scene;
|
|
return nullptr != scene;
|
|
}
|
|
}
|
|
};
|
|
};
|