Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2008-09-16 01:48:05 +0400
committerMartin Poirier <theeth@yahoo.com>2008-09-16 01:48:05 +0400
commit871b24dd67a59b9c348c8dbfec61326568dfc835 (patch)
treeec487f95f70095a42251f176b544f302d71c8140 /source/blender/blenlib
parent980969ab63ced54d60cb2a3e08433e27ee5dcdc0 (diff)
Benchmarkings timer cleanup
Don't number groups with only one arc (easy fix for fly model, need a two pass arc match for real fix)
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/intern/graph.c b/source/blender/blenlib/intern/graph.c
index 29c51e05bd7..8f35b38379e 100644
--- a/source/blender/blenlib/intern/graph.c
+++ b/source/blender/blenlib/intern/graph.c
@@ -732,6 +732,7 @@ static void handleRadialSymmetry(BGraph *graph, BNode *root_node, int depth, flo
if (sub_total == 1)
{
+ group -= 1; /* not really a group so decrement */
/* NOTHING TO DO */
}
else if (sub_total == 2)