[GRASS-SVN] r72950 - grass/branches/releasebranch_7_4/lib/nviz
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 4 12:45:06 PDT 2018
Author: hcho
Date: 2018-07-04 12:45:06 -0700 (Wed, 04 Jul 2018)
New Revision: 72950
Modified:
grass/branches/releasebranch_7_4/lib/nviz/render.c
Log:
nviz: Fix #2998 (merge from trunk r72939)
Modified: grass/branches/releasebranch_7_4/lib/nviz/render.c
===================================================================
--- grass/branches/releasebranch_7_4/lib/nviz/render.c 2018-07-04 19:40:19 UTC (rev 72949)
+++ grass/branches/releasebranch_7_4/lib/nviz/render.c 2018-07-04 19:45:06 UTC (rev 72950)
@@ -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