endsolid bug fix for space separated names
This commit is contained in:
parent
69909b3c01
commit
c69bfc79e1
|
@ -141,6 +141,9 @@ bool pFlow::stlFile::readSolid
|
|||
{
|
||||
return false;
|
||||
}
|
||||
is >> tok;
|
||||
|
||||
if(is.eof())return true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue