Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenMesh
OpenMesh
Commits
d20d6a83
Commit
d20d6a83
authored
Oct 01, 2016
by
Max Limper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed comment in OBJ loader
parent
8b7be54e
Pipeline
#2972
passed with stage
in 30 minutes and 44 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 @
d20d6a83
...
...
@@ -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