[GRASS-SVN] r72949 - grass/branches/releasebranch_7_2/lib/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 4 12:40:20 PDT 2018


Author: hcho
Date: 2018-07-04 12:40:19 -0700 (Wed, 04 Jul 2018)
New Revision: 72949

Modified:
   grass/branches/releasebranch_7_2/lib/nviz/render.c
Log:
nviz: Fix #2998 (merge from trunk r72939)

Modified: grass/branches/releasebranch_7_2/lib/nviz/render.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/nviz/render.c	2018-07-04 19:11:33 UTC (rev 72948)
+++ grass/branches/releasebranch_7_2/lib/nviz/render.c	2018-07-04 19:40:19 UTC (rev 72949)
@@ -113,7 +113,7 @@
         return -1;
     }
         
-    rwin->contextId = glXCreateContext(rwin->displayId, v, NULL, GL_FALSE);
+    rwin->contextId = glXCreateContext(rwin->displayId, v, NULL, GL_TRUE);
 
     if (!rwin->contextId) {
 	G_warning(_("Unable to create rendering context"));



More information about the grass-commit mailing list