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
4957d94d
Commit
4957d94d
authored
May 13, 2009
by
wiebel
Browse files
[CHANGE] renamed variable
[STYLE] fix
parent
07637e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/graphicsEngine/WGLScenePainter.cpp
src/graphicsEngine/WGLScenePainter.cpp
+2
-2
No files found.
src/graphicsEngine/WGLScenePainter.cpp
View file @
4957d94d
...
...
@@ -38,8 +38,8 @@ WGLScenePainter::~WGLScenePainter()
void
WGLScenePainter
::
initGL
()
const
{
GLenum
glew
Error
=
glewInit
();
assert
(
glew
Error
==
GLEW_OK
);
GLenum
glew
InitResult
=
glewInit
();
assert
(
glew
InitResult
==
GLEW_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