diff --git a/panda/src/pstatclient/pStatProperties.cxx b/panda/src/pstatclient/pStatProperties.cxx index 986dccd5f2..9e27b77538 100644 --- a/panda/src/pstatclient/pStatProperties.cxx +++ b/panda/src/pstatclient/pStatProperties.cxx @@ -109,13 +109,13 @@ static TimeCollectorProperties time_properties[] = { { 1, "App:Collisions", { 1.0, 0.5, 0.0 } }, { 0, "App:Data graph", { 0.5, 0.8, 0.4 } }, { 1, "App:Show code", { 0.8, 0.2, 1.0 } }, - { 1, "App:Show code:Nametags", { 0.8, 0.8, 1.0 } }, - { 1, "App:Show code:Nametags:2d", { 0.0, 0.0, 0.5 } }, - { 1, "App:Show code:Nametags:2d:Contents", { 0.0, 0.5, 0.0 } }, - { 1, "App:Show code:Nametags:2d:Adjust", { 0.5, 0.0, 0.5 } }, - { 1, "App:Show code:Nametags:3d", { 1.0, 0.0, 0.0 } }, - { 1, "App:Show code:Nametags:3d:Contents", { 0.0, 0.5, 0.0 } }, - { 1, "App:Show code:Nametags:3d:Adjust", { 0.5, 0.0, 0.5 } }, + { 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 } }, + { 0, "App:Show code:Nametags:2d:Adjust", { 0.5, 0.0, 0.5 } }, + { 0, "App:Show code:Nametags:3d", { 1.0, 0.0, 0.0 } }, + { 0, "App:Show code:Nametags:3d:Contents", { 0.0, 0.5, 0.0 } }, + { 0, "App:Show code:Nametags:3d:Adjust", { 0.5, 0.0, 0.5 } }, { 1, "Cull", { 0.0, 1.0, 0.0 }, 1.0 / 30.0 }, { 0, "Cull:Traverse", { 0.0, 1.0, 1.0 } }, { 0, "Cull:Geom node", { 1.0, 0.0, 1.0 } },