tofix
This commit is contained in:
parent
6ad7555ad7
commit
c00ccdaf9c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Plane::Plane(std::string& txt) {
|
|||
txt.erase(0, pos + 1);
|
||||
it++;
|
||||
}
|
||||
tmp = txt.substr(0, txt.length - 1);
|
||||
tmp = txt.substr(0, txt.length() - 1);
|
||||
this->pts.push_back(new Point(tmp));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue