Browse Source

disable State Cache by default

David Rose 19 years ago
parent
commit
d415ff755f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/pstatclient/pStatProperties.cxx

+ 1 - 0
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 } },