From 18dfd085b2b2fea131cc5fe9e2ad3dde91f66ea7 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 26 Jul 2001 23:08:08 +0000 Subject: [PATCH] turn off nametag stats by default --- panda/src/pstatclient/pStatProperties.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 } },