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

*** empty log message ***

parent 683e20d6
No related branches found
No related tags found
No related merge requests found
...@@ -481,7 +481,7 @@ graphicWindow::graphicWindow(bool main, int numTiles) ...@@ -481,7 +481,7 @@ graphicWindow::graphicWindow(bool main, int numTiles)
int mode = FL_RGB | FL_DEPTH | (CTX::instance()->db ? FL_DOUBLE : FL_SINGLE); int mode = FL_RGB | FL_DEPTH | (CTX::instance()->db ? FL_DOUBLE : FL_SINGLE);
if(CTX::instance()->antialiasing) mode |= FL_MULTISAMPLE; if(CTX::instance()->antialiasing) mode |= FL_MULTISAMPLE;
mode |= FL_STEREO; //mode |= FL_STEREO;
for(unsigned int i = 0; i < gl.size(); i++) gl[i]->mode(mode); for(unsigned int i = 0; i < gl.size(); i++) gl[i]->mode(mode);
tile->end(); tile->end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment