From 168c10b239a8109e70d09fdc87b25bd51cfdbd30 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 12 Oct 2009 08:07:47 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/graphicWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp index bd752b2fbe..51053e3fda 100644 --- a/Fltk/graphicWindow.cpp +++ b/Fltk/graphicWindow.cpp @@ -481,7 +481,7 @@ graphicWindow::graphicWindow(bool main, int numTiles) int mode = FL_RGB | FL_DEPTH | (CTX::instance()->db ? FL_DOUBLE : FL_SINGLE); 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); tile->end(); -- GitLab