Improved prototype of Importer & Exporter SetProperty* functions for better integration with tools such as SWIG
This commit is contained in:
@@ -556,7 +556,7 @@ bool MD3Importer::ReadMultipartFile()
|
||||
|
||||
// ensure we won't try to load ourselves recursively
|
||||
BatchLoader::PropertyMap props;
|
||||
SetGenericProperty( props.ints, AI_CONFIG_IMPORT_MD3_HANDLE_MULTIPART, 0, NULL);
|
||||
SetGenericProperty( props.ints, AI_CONFIG_IMPORT_MD3_HANDLE_MULTIPART, 0);
|
||||
|
||||
// now read these three files
|
||||
BatchLoader batch(mIOHandler);
|
||||
|
||||
Reference in New Issue
Block a user