From 6a4b827ea752bc4de32ccf2a24c507602cc67e4b Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 17 Mar 2005 23:53:47 +0000 Subject: [PATCH] missing comma --- 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 2d7a0b2f0c..9279b7d180 100644 --- a/panda/src/pstatclient/pStatProperties.cxx +++ b/panda/src/pstatclient/pStatProperties.cxx @@ -126,7 +126,7 @@ static TimeCollectorProperties time_properties[] = { { 1, "Cull:Show fps", { 0.5, 0.8, 1.0 } }, { 1, "Cull:Bins", { 0.3, 0.6, 0.3 } }, { 1, "Cull:Munge", { 0.3, 0.3, 0.9 } }, - { 1, "Cull:Munge:Data" { 0.7, 0.5, 0.2 } }, + { 1, "Cull:Munge:Data", { 0.7, 0.5, 0.2 } }, { 1, "Draw", { 1.0, 0.0, 0.0 }, 1.0 / 30.0 }, { 1, "Draw:Make current", { 0.4, 0.2, 0.6 } }, { 1, "Draw:Copy texture", { 0.2, 0.6, 0.4 } },