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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2007-11-29 00:42:27 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-11-29 00:42:27 +0300
commit91dc459bccaa0ea89cf8a65cbb46729763ff6156 (patch)
treed37662e508e6b778a68ec48849f52891163b5699 /source/blender/src/drawmesh.c
parent2d38926f134f932698c36db2cdb59bb050ca9e3b (diff)
Bugfix: crash with textured drawing in editmode and linked duplicates.
Diffstat (limited to 'source/blender/src/drawmesh.c')
-rw-r--r--source/blender/src/drawmesh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/drawmesh.c b/source/blender/src/drawmesh.c
index ba20771b179..3c98888ead9 100644
--- a/source/blender/src/drawmesh.c
+++ b/source/blender/src/drawmesh.c
@@ -1207,8 +1207,6 @@ void draw_mesh_textured(Object *ob, DerivedMesh *dm, int faceselect)
/* in editmode, the blend mode needs to be set incase it was ADD */
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
-
- dm->release(dm);
}
void init_realtime_GL(void)