From d415ff755f0cb0db42e65a7c79f71f382a65b03e Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 6 Apr 2006 18:10:23 +0000 Subject: [PATCH] disable State Cache by default --- panda/src/pstatclient/pStatProperties.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pstatclient/pStatProperties.cxx b/panda/src/pstatclient/pStatProperties.cxx index ed1361f73c..a7cb1e964a 100644 --- a/panda/src/pstatclient/pStatProperties.cxx +++ b/panda/src/pstatclient/pStatProperties.cxx @@ -135,6 +135,7 @@ static TimeCollectorProperties time_properties[] = { { 1, "*:PStats", { 0.4, 0.8, 1.0 } }, { 1, "*:Animation", { 1.0, 0.0, 1.0 } }, { 0, "*:Flatten", { 0.0, 0.7, 0.4 } }, + { 0, "*:State Cache", { 0.4, 0.7, 0.7 } }, { 1, "Draw", { 1.0, 0.0, 0.0 }, 1.0 / 30.0 }, { 1, "Draw:Make current", { 0.4, 0.2, 0.6 } }, { 1, "Draw:Copy texture", { 0.2, 0.6, 0.4 } },