removing meshaccessors

This commit is contained in:
granzuglia 2008-02-05 17:46:05 +00:00
parent 7587abf32f
commit cc9887c9d5
1 changed files with 2 additions and 2 deletions
wrap/io_trimesh

View File

@ -23,10 +23,10 @@ namespace io
XMLDocument* document = Collada::DocumentManager::createColladaDocument(model,mask);
stream.write(*document);
Collada::DocumentManager::destroyColladaDocument(document);
return UtilDAE::DAEError::E_NOERROR;
return UtilDAE::E_NOERROR;
}
else
return UtilDAE::DAEError::E_CANTSAVE;
return UtilDAE::E_CANTSAVE;
}
static int GetExportMaskCapability()