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:
authorCampbell Barton <ideasman42@gmail.com>2018-05-17 19:44:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-17 19:44:03 +0300
commitb46c707ec23e99dd06f22fef6b6f493cd6cdb4f1 (patch)
treee0e3a8640093d1a8c810767ac040f6c42ad5d9cb /source/blender/editors/uvedit
parentcadbfa590a14fdb3fde0751ce4a6ada01abd6e9c (diff)
Fix UV shadow drawing
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_draw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/uvedit/uvedit_draw.c b/source/blender/editors/uvedit/uvedit_draw.c
index beaae691e5e..a39db060886 100644
--- a/source/blender/editors/uvedit/uvedit_draw.c
+++ b/source/blender/editors/uvedit/uvedit_draw.c
@@ -415,10 +415,6 @@ static void draw_uvs_lineloop_bmfaces(BMesh *bm, const int cd_loop_uv_offset, co
}
GWN_batch_program_use_end(loop_batch);
GWN_batch_discard(loop_batch);
-
- immUnbindProgram();
-
- immEnd();
}
static void draw_uvs_lineloop_mpoly(Mesh *me, MPoly *mpoly, unsigned int pos)