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:
authorJiri Hnidek <jiri.hnidek@tul.cz>2005-05-22 23:16:04 +0400
committerJiri Hnidek <jiri.hnidek@tul.cz>2005-05-22 23:16:04 +0400
commit563af2aac1a7bfe29068cdcf3e605cc0f4e79dba (patch)
tree260d46a3c3f64b4ebe84c360879e80b2b6457b72
parentb7be4525bd2e893e752c7fd012430d5d790df416 (diff)
- stiffness circle of MetaElem isn't paint in Object mode now
-rw-r--r--source/blender/src/drawobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawobject.c b/source/blender/src/drawobject.c
index 82a65935d7f..dfb955397b3 100644
--- a/source/blender/src/drawobject.c
+++ b/source/blender/src/drawobject.c
@@ -3038,8 +3038,8 @@ static void drawmball(Object *ob, int dt)
ml->selcol2= code;
glLoadName(code++);
}
+ drawcircball(GL_LINE_LOOP, &(ml->x), ml->rad*atan(ml->s)/M_PI_2, imat);
}
- drawcircball(GL_LINE_LOOP, &(ml->x), ml->rad*atan(ml->s)/M_PI_2, imat);
ml= ml->next;
}