Browse Source

*** empty log message ***

David Rose 24 years ago
parent
commit
ba0a4512c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgui/config_pgui.cxx

+ 1 - 1
panda/src/pgui/config_pgui.cxx

@@ -35,7 +35,7 @@ ConfigureFn(config_pgui) {
   init_libpgui();
 }
 
-const bool pgui_quick = config_pgui.GetBool("pgui-quick", false);
+const bool pgui_quick = config_pgui.GetBool("pgui-quick", true);
 
 
 ////////////////////////////////////////////////////////////////////