disable State Cache by default
This commit is contained in:
parent
51ede9905f
commit
d415ff755f
|
|
@ -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 } },
|
||||
|
|
|
|||
Loading…
Reference in New Issue