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:
authorAntony Riakiotakis <kalast@gmail.com>2014-04-10 02:25:12 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-04-10 02:26:23 +0400
commite6ca6956d335bdfeb21fc62218a5ffe07eaf5306 (patch)
tree127b9656c4a84c84a502c19a2583a1b2a0bc17d7 /source/blender/editors/interface/interface_draw.c
parent1ce726adb91ebcc5d51cc017ffd8776ac744a36c (diff)
Remove extra glEnd() call.
Diffstat (limited to 'source/blender/editors/interface/interface_draw.c')
-rw-r--r--source/blender/editors/interface/interface_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_draw.c b/source/blender/editors/interface/interface_draw.c
index 2d13159261b..42ee3681297 100644
--- a/source/blender/editors/interface/interface_draw.c
+++ b/source/blender/editors/interface/interface_draw.c
@@ -1132,7 +1132,6 @@ void ui_draw_but_COLORBAND(uiBut *but, uiWidgetColors *UNUSED(wcol), const rcti
/* layer: box outline */
glColor4f(0.0, 0.0, 0.0, 1.0);
fdrawbox(x1, y1, x1 + sizex, rect->ymax);
- glEnd();
/* layer: box outline */
glEnable(GL_BLEND);