From c26486f207eab2a82d02932d8ff2b7c19a307b95 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Tue, 2 Mar 2010 22:19:32 +0000 Subject: Make object stat consistent with the rest of counters (selected-total). --- source/blender/editors/space_info/info_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/space_info/info_stats.c b/source/blender/editors/space_info/info_stats.c index c88fc395efe..e3aa0e2e3e7 100644 --- a/source/blender/editors/space_info/info_stats.c +++ b/source/blender/editors/space_info/info_stats.c @@ -408,7 +408,7 @@ static void stats_string(Scene *scene) } else { s += sprintf(s, "Ve:%d | Fa:%d | Ob:%d-%d | La:%d%s", - stats->totvert, stats->totface, stats->totobj, stats->totobjsel, stats->totlamp, memstr); + stats->totvert, stats->totface, stats->totobjsel, stats->totobj, stats->totlamp, memstr); } if(ob) -- cgit v1.2.3