From 03ed2b6a94c8ff91bfabc11d32ab06648df5bc82 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 13 Sep 2006 01:15:16 +0000 Subject: [PATCH] turn off verify-lods by default for now --- panda/src/pgraph/config_pgraph.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgraph/config_pgraph.cxx b/panda/src/pgraph/config_pgraph.cxx index 6906d6cdbf..4ee0609856 100644 --- a/panda/src/pgraph/config_pgraph.cxx +++ b/panda/src/pgraph/config_pgraph.cxx @@ -220,7 +220,7 @@ ConfigVariableDouble lod_fade_time "transitions between its different levels.")); ConfigVariableBool verify_lods -("verify-lods", true, +("verify-lods", false, PRC_DESC("When this is true, LODNodes will test when they are rendered to " "ensure that each child's geometry fits entirely within the radius " "defined by its switch-out distance. When it is false, LODNodes "