From 2ca487c417fdc7911c650dabcbd464f242a5dfc7 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 11 Mar 2009 00:21:23 +0000 Subject: [PATCH] uniquify-transforms --- 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 3a835afac2..b570665df8 100644 --- a/panda/src/pgraph/config_pgraph.cxx +++ b/panda/src/pgraph/config_pgraph.cxx @@ -195,7 +195,7 @@ ConfigVariableBool state_cache "transform-cache.")); ConfigVariableBool uniquify_transforms -("uniquify-transforms", false, +("uniquify-transforms", true, PRC_DESC("Set this true to ensure that equivalent TransformStates " "are pointerwise equal. This may improve caching performance, " "but also adds additional overhead to maintain the cache, "