Skip to content
Snippets Groups Projects
Commit 0135c966 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

tweak

parent cd51f279
No related branches found
No related tags found
No related merge requests found
...@@ -160,6 +160,7 @@ void openglWindow::draw() ...@@ -160,6 +160,7 @@ void openglWindow::draw()
glDisable(GL_BLEND); glDisable(GL_BLEND);
glDisable(GL_LINE_STIPPLE); glDisable(GL_LINE_STIPPLE);
glEnable(GL_DEPTH_TEST); glEnable(GL_DEPTH_TEST);
glDrawBuffer(GL_BACK);
} }
else if(addPointMode) { else if(addPointMode) {
// draw the whole scene and the point to add // draw the whole scene and the point to add
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment