Make object stat consistent with the rest of counters (selected-total).

This commit is contained in:
2010-03-02 22:19:32 +00:00
parent d088bd80ea
commit c26486f207

View File

@@ -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)