mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
Added initialization of mask to zero
This commit is contained in:
parent
9f4b2987a6
commit
90fb16bc33
@ -24,6 +24,9 @@
|
||||
History
|
||||
|
||||
$Log$
|
||||
Revision 1.40 2006/01/13 14:18:36 cignoni
|
||||
Added initialization of mask to zero
|
||||
|
||||
Revision 1.39 2006/01/10 16:52:19 fmazzant
|
||||
update ply::PlyMask -> io::Mask
|
||||
|
||||
@ -163,6 +166,7 @@ bool ExtraMeshIOPlugin::open(const QString &formatName, QString &fileName,MeshMo
|
||||
if (fileName.isEmpty())
|
||||
fileName = QFileDialog::getOpenFileName(parent,tr("Open File"),"../sample","Obj files (*.obj)");
|
||||
|
||||
mask=0; // just to be sure...
|
||||
|
||||
if (!fileName.isEmpty())
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user