Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
d606073a
Commit
d606073a
authored
Oct 02, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'OBJ-loader-fix-comment' into 'master'
Fixed comment in OBJ loader See merge request
!91
parents
8b7be54e
d20d6a83
Pipeline
#2976
passed with stage
in 23 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/OpenMesh/Core/IO/reader/OBJReader.cc
src/OpenMesh/Core/IO/reader/OBJReader.cc
+1
-1
No files found.
src/OpenMesh/Core/IO/reader/OBJReader.cc
View file @
d606073a
...
...
@@ -443,7 +443,7 @@ read(std::istream& _in, BaseImporter& _bi, Options& _opt)
_in
.
clear
();
_in
.
seekg
(
0
,
std
::
ios
::
beg
);
// pass 2: read
verti
ces
// pass 2: read
fa
ces
while
(
_in
&&
!
_in
.
eof
()
)
{
std
::
getline
(
_in
,
line
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment