mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
endsolid bug fix for space separated names
This commit is contained in:
@ -141,6 +141,9 @@ bool pFlow::stlFile::readSolid
|
||||
{
|
||||
return false;
|
||||
}
|
||||
is >> tok;
|
||||
|
||||
if(is.eof())return true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user