mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 18:44:39 +00:00
removed addinfo references
This commit is contained in:
parent
4556b2446d
commit
1124399469
@ -120,7 +120,7 @@ bool ColladaIOPlugin::open(const QString &formatName, const QString &fileName, M
|
||||
|
||||
if(formatName.toUpper() == tr("DAE"))
|
||||
{
|
||||
m.addinfo = NULL;
|
||||
//m.addinfo = NULL;
|
||||
tri::io::InfoDAE* info = NULL;
|
||||
if (!tri::io::ImporterDAE<CMeshO>::LoadMask(filename.c_str(), info))
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user