diff --git a/panda/src/pstatclient/pStatProperties.cxx b/panda/src/pstatclient/pStatProperties.cxx index c7bfc65829..8070794393 100644 --- a/panda/src/pstatclient/pStatProperties.cxx +++ b/panda/src/pstatclient/pStatProperties.cxx @@ -195,7 +195,8 @@ static LevelCollectorProperties level_properties[] = { { 1, "State changes:Other", { 0.2, 0.2, 0.2 } }, { 1, "State changes:Transforms", { 0.2, 0.2, 0.8 } }, { 1, "State changes:Textures", { 0.8, 0.2, 0.2 } }, - { 1, "Occlusion test", { 0.9, 0.8, 0.3 }, "", 500.0 }, + { 1, "Occlusion tests", { 0.9, 0.8, 0.3 }, "", 500.0 }, + { 1, "Occlusion results", { 0.3, 0.9, 0.8 }, "", 500.0 }, { 1, "Main memory", { 0.5, 1.0, 0.5 }, "MB", 64, 1048576 }, { 1, "Main memory:C++", { 0.2, 0.2, 1.0 } }, { 1, "Main memory:Interpreter", { 0.8, 0.2, 0.5 } },