diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index ec6bd23f5f..26f31bcd74 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -312,7 +312,7 @@ Application::Application(bool GUIenabled) // so we can try to override the workaround by setting COIN_VBO ParameterGrp::handle hViewGrp = App::GetApplication().GetParameterGroupByPath("User parameter:BaseApp/Preferences/View"); if (hViewGrp->GetBool("UseVBO",false)) { - (void)coin_setenv("COIN_VBO", "1", true); + (void)coin_setenv("COIN_VBO", "0", true); } // Check for the symbols for group separator and deciaml point. They must be different otherwise