OpenGEX: fix some review findings.

This commit is contained in:
Kim Kulling
2016-09-28 00:06:06 +02:00
parent 36d770d3db
commit cd9cb50eaf
3 changed files with 8 additions and 9 deletions

View File

@@ -50,6 +50,10 @@ OpenGEXExporter::OpenGEXExporter() {
OpenGEXExporter::~OpenGEXExporter() {
}
bool OpenGEXExporter::exportScene( const char *filename, const aiScene* pScene ) {
return true;
}
#endif // ASSIMP_BUILD_NO_OPENGEX_EXPORTER
} // Namespace OpenGEX