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
path: root/source
diff options
context:
space:
mode:
authorJoilnen Leite <joilnen.leite@gmail.com>2006-03-10 22:47:36 +0300
committerJoilnen Leite <joilnen.leite@gmail.com>2006-03-10 22:47:36 +0300
commite932576bb7af8a08cf1b586b15cc23f8fd2ba005 (patch)
tree20520c40e8d5e428054f85e3d18c4af762d06da2 /source
parent0a6c3993bfe44f42851b1926b1a9d023e83af768 (diff)
fix bug 3970
.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/drawobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/drawobject.c b/source/blender/src/drawobject.c
index a8f417276c1..95d601d6045 100644
--- a/source/blender/src/drawobject.c
+++ b/source/blender/src/drawobject.c
@@ -3740,7 +3740,6 @@ void draw_object(Base *base, int flag)
if((G.vd->flag & V3D_SELECT_OUTLINE) && ob->type!=OB_MESH) {
if(dt>OB_WIRE && dt<OB_TEXTURE && ob!=G.obedit) {
if (!(ob->dtx&OB_DRAWWIRE) && (ob->flag&SELECT) && !(flag&DRAW_PICKING)) {
- printf ("%d %s <--", __LINE__, __FUNCTION__);
drawSolidSelect(base);
}
}