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
ACGL
acgl
Commits
c19494a8
Commit
c19494a8
authored
May 14, 2014
by
Martin Schultz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* removed std::exit call which was accidentally committed
parent
220ca3b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/ACGL/OpenGL/Data/GeometryDataLoadStoreOBJ.cc
src/ACGL/OpenGL/Data/GeometryDataLoadStoreOBJ.cc
+0
-1
No files found.
src/ACGL/OpenGL/Data/GeometryDataLoadStoreOBJ.cc
View file @
c19494a8
...
...
@@ -367,7 +367,6 @@ SharedGeometryData loadGeometryDataFromOBJ(const std::string& _filename, bool _c
data
->
setStrideSize
(
strideSize
);
data
->
setSize
(
abDataElements
*
sizeof
(
GLfloat
));
data
->
setData
((
GLubyte
*
)
abData
);
std
::
exit
(
0
);
return
data
;
}
...
...
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