Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
07637e64
Commit
07637e64
authored
May 05, 2009
by
wiebel
Browse files
[FIX] use correct resulting value
parent
3943a24c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/graphicsEngine/WGLScenePainter.cpp
src/graphicsEngine/WGLScenePainter.cpp
+1
-1
No files found.
src/graphicsEngine/WGLScenePainter.cpp
View file @
07637e64
...
...
@@ -39,7 +39,7 @@ WGLScenePainter::~WGLScenePainter()
void
WGLScenePainter
::
initGL
()
const
{
GLenum
glewError
=
glewInit
();
assert
(
glewError
==
GL
_NO_ERROR
);
assert
(
glewError
==
GL
EW_OK
);
GLenum
error
=
glGetError
();
assert
(
error
==
GL_NO_ERROR
);
...
...
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