diff --git a/panda/src/pstatclient/pStatProperties.cxx b/panda/src/pstatclient/pStatProperties.cxx index 8f1c48abd7..9a71eadceb 100644 --- a/panda/src/pstatclient/pStatProperties.cxx +++ b/panda/src/pstatclient/pStatProperties.cxx @@ -105,6 +105,7 @@ struct LevelCollectorProperties { static TimeCollectorProperties time_properties[] = { { 1, "App", { 0.0, 0.8, 0.4 }, 1.0 / 30.0 }, + { 1, "App:PStats", { 0.4, 0.8, 1.0 } }, { 1, "App:Animation", { 1.0, 0.0, 1.0 } }, { 1, "App:Collisions", { 1.0, 0.5, 0.0 } }, { 1, "App:Collisions:Reset", { 0.0, 0.0, 0.5 } },