Browse Source

change color of App

David Rose 19 years ago
parent
commit
e0825beb5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pstatclient/pStatProperties.cxx

+ 1 - 1
panda/src/pstatclient/pStatProperties.cxx

@@ -110,7 +110,7 @@ static TimeCollectorProperties time_properties[] = {
   { 1, "Wait",                             { 0.6, 0.6, 0.6 } },
   { 0, "Wait:Mutex block",                 { 0.5, 0.0, 1.0 } },
   { 1, "Wait:Thread sync",                 { 0.0, 1.0, 0.5 } },
-  { 1, "App",                              { 0.0, 0.8, 0.4 },  1.0 / 30.0 },
+  { 1, "App",                              { 0.8, 0.0, 0.4 },  1.0 / 30.0 },
   { 1, "App:Collisions",                   { 1.0, 0.5, 0.0 } },
   { 1, "App:Collisions:Reset",             { 0.0, 0.0, 0.5 } },
   { 0, "App:Data graph",                   { 0.5, 0.8, 0.4 } },