Fix compile error when ASSIMP_BUILD_NO_X3D_IMPORTER is define.

pull/4263/head
sssaoi 2021-12-18 14:50:22 +09:00
parent 6693e7e08c
commit d7bf8d6e07
1 changed files with 2 additions and 2 deletions

View File

@ -480,6 +480,6 @@ void X3DImporter::ParseHelper_Node_Exit() {
} }
} }
#endif // !ASSIMP_BUILD_NO_X3D_IMPORTER
} // namespace Assimp } // namespace Assimp
#endif // !ASSIMP_BUILD_NO_X3D_IMPORTER