endsolid bug fix for space separated names

This commit is contained in:
Hamidreza 2025-04-28 19:42:49 +03:30
parent 69909b3c01
commit c69bfc79e1
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ bool pFlow::stlFile::readSolid
{
return false;
}
is >> tok;
if(is.eof())return true;
}
}
return true;