[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27229] trunk/blender/source/blender/ editors/space_info/info_stats.c: Make object stat consistent with the rest of counters (selected-total).

gsr b3d gsr.b3d at infernal-iceberg.com
Tue Mar 2 23:19:32 CET 2010


Revision: 27229
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27229
Author:   gsrb3d
Date:     2010-03-02 23:19:32 +0100 (Tue, 02 Mar 2010)

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

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_info/info_stats.c

Modified: trunk/blender/source/blender/editors/space_info/info_stats.c
===================================================================
--- trunk/blender/source/blender/editors/space_info/info_stats.c	2010-03-02 21:57:16 UTC (rev 27228)
+++ trunk/blender/source/blender/editors/space_info/info_stats.c	2010-03-02 22:19:32 UTC (rev 27229)
@@ -408,7 +408,7 @@
 	}
 	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)





More information about the Bf-blender-cvs mailing list