mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 23:34:57 -04:00
pstats: Disable "App:Show code:General" collector for now
It is generating negative values, needs further investigation - maybe we need to restructure the whole hierarchy
This commit is contained in:
parent
36edb22fd1
commit
c7c1c683da
@ -109,6 +109,7 @@ static TimeCollectorProperties time_properties[] = {
|
||||
{ 1, "App:Collisions:Reset", { 0.0, 0.0, 0.5 } },
|
||||
{ 0, "App:Data graph", { 0.5, 0.8, 0.4 } },
|
||||
{ 1, "App:Show code", { 0.8, 0.2, 1.0 } },
|
||||
{ 0, "App:Show code:General", { 0.4, 0.3, 0.9 } },
|
||||
{ 0, "App:Show code:Nametags", { 0.8, 0.8, 1.0 } },
|
||||
{ 0, "App:Show code:Nametags:2d", { 0.0, 0.0, 0.5 } },
|
||||
{ 0, "App:Show code:Nametags:2d:Contents", { 0.0, 0.5, 0.0 } },
|
||||
|
Loading…
x
Reference in New Issue
Block a user