From 96104382e3cd1f73b9d8b943e3cde26b6f4fb64d Mon Sep 17 00:00:00 2001
From: Ben Couturier <ben.couturier@cern.ch>
Date: Fri, 18 Sep 2020 17:59:46 +0200
Subject: [PATCH] remove unneeded option

---
 DDCore/src/plugins/StandardPlugins.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DDCore/src/plugins/StandardPlugins.cpp b/DDCore/src/plugins/StandardPlugins.cpp
index 39fcd6c46..43a2cb195 100644
--- a/DDCore/src/plugins/StandardPlugins.cpp
+++ b/DDCore/src/plugins/StandardPlugins.cpp
@@ -176,7 +176,7 @@ static long webdisplay(Detector& description, int argc, char** argv) {
   TGeoManager& mgr = description.manager();
   int vislevel = 6, visopt = 1;
   string detector = "/world";
-  const char* opt = "ogl";
+  const char* opt = "";
   for(int i = 0; i < argc && argv[i]; ++i)  {
     if ( 0 == ::strncmp("-option",argv[i],4) )
       opt = argv[++i];
-- 
GitLab