Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
vite
Commits
b42d6ffc
Commit
b42d6ffc
authored
Feb 10, 2015
by
Mathieu Faverge
Browse files
Remove print messages
parent
00e92fd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/render/Render_alternate.cpp
View file @
b42d6ffc
...
...
@@ -375,7 +375,6 @@ void Render_alternate::paintGL(){
//select shader program
glUseProgram
(
_shader
->
getProgramID
());
checkGlError
();
std
::
cout
<<
"paintGL"
<<
std
::
endl
;
glm
::
mat4
tmp
=
_modelview
;
glm
::
mat4
tmp2
=
_modelview
;
glm
::
mat4
mvp
;
...
...
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