From 33e0cdcff19bae09f87889250220ee53902e520d Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 13 Jun 2008 19:16:22 +0000 Subject: [PATCH] whoops, sw sprites not k --- panda/src/pstatclient/pStatProperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } },