Trim line
This commit is contained in:
@@ -1351,6 +1351,7 @@ bool _PLYReader_::can_u_read(std::istream& _is) const {
|
||||
if (keyword == "comment") {
|
||||
std::getline(_is, line);
|
||||
|
||||
trim(line);
|
||||
// TextureFile
|
||||
if (line.rfind(" TextureFile ", 0) == 0) {
|
||||
std::cerr << "Comment: " << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user