diff --git a/panda/src/pstatclient/pStatProperties.cxx b/panda/src/pstatclient/pStatProperties.cxx index 48c7b36fb7..91a0151c06 100644 --- a/panda/src/pstatclient/pStatProperties.cxx +++ b/panda/src/pstatclient/pStatProperties.cxx @@ -176,7 +176,7 @@ static LevelCollectorProperties level_properties[] = { { 1, "Primitive batches:Triangle fans", { 0.8, 0.5, 0.2 } }, { 1, "Primitive batches:Triangle strips",{ 0.2, 0.5, 0.8 } }, { 1, "Primitive batches:Display lists", { 0.8, 0.5, 1.0 } }, - { 1, "SW Sprites", { 0.2, 0.7, 0.3 }, "K", 1000 }, + { 1, "SW Sprites", { 0.2, 0.7, 0.3 }, "K", 10, 1000 }, { 1, "Vertices", { 0.5, 0.2, 0.0 }, "K", 10, 1000 }, { 1, "Vertices:Other", { 0.2, 0.2, 0.2 } }, { 1, "Vertices:Triangles", { 0.8, 0.8, 0.8 } },