disable State Cache by default

This commit is contained in:
David Rose 2006-04-06 18:10:23 +00:00
parent 51ede9905f
commit d415ff755f
1 changed files with 1 additions and 0 deletions

View File

@ -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 } },