From eb7fa39f2e44c6c8e71ec3dfd8da9cabaabf02a2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 11 May 2005 01:11:52 +0000 Subject: [PATCH] make use-qpgeom the default now --- panda/src/gobj/config_gobj.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/panda/src/gobj/config_gobj.cxx b/panda/src/gobj/config_gobj.cxx index 16b0e776bc..b5221c227e 100644 --- a/panda/src/gobj/config_gobj.cxx +++ b/panda/src/gobj/config_gobj.cxx @@ -170,10 +170,11 @@ ConfigVariableBool connect_triangle_strips "of separate graphics calls that have to be made.")); ConfigVariableBool use_qpgeom -("use-qpgeom", false, +("use-qpgeom", true, PRC_DESC("A temporary variable while the experimental Geom rewrite is " "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 ("support-old-geom", true,