瀏覽代碼

make use-qpgeom the default now

David Rose 20 年之前
父節點
當前提交
eb7fa39f2e
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      panda/src/gobj/config_gobj.cxx

+ 3 - 2
panda/src/gobj/config_gobj.cxx

@@ -170,10 +170,11 @@ ConfigVariableBool connect_triangle_strips
           "of separate graphics calls that have to be made."));
           "of separate graphics calls that have to be made."));
 
 
 ConfigVariableBool use_qpgeom
 ConfigVariableBool use_qpgeom
-("use-qpgeom", false,
+("use-qpgeom", true,
  PRC_DESC("A temporary variable while the experimental Geom rewrite is "
  PRC_DESC("A temporary variable while the experimental Geom rewrite is "
           "underway.  Set this true if you want to use the experimental "
           "underway.  Set this true if you want to use the experimental "
-          "code.  You don't really want to set this true."));
+          "code.  This is now the default setting, as the formerly "
+          "experimental code appears to be more robust."));
 
 
 ConfigVariableBool support_old_geom
 ConfigVariableBool support_old_geom
 ("support-old-geom", true,
 ("support-old-geom", true,