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:
authorNicholas Bishop <nicholasbishop@gmail.com>2011-01-05 05:08:27 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2011-01-05 05:08:27 +0300
commit8200e44c392f999efa6660f9f81af25792752bd4 (patch)
treebd7e13e9ce20ad41dc4dda23bd195c0a923cfc91 /source
parenta9f808355141b2837de9b0e89ee43a0af335c05f (diff)
Removed a call to glPopMatrix that had no corresponding glPushMatrix.
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index de3773c192b..f257b30e96b 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -2686,8 +2686,6 @@ static void wm_radial_control_paint(bContext *C, int x, int y, void *customdata)
glutil_draw_lined_arc(0.0, M_PI*2.0, r1, 40);
glutil_draw_lined_arc(0.0, M_PI*2.0, r2, 40);
glDisable(GL_BLEND);
-
- glPopMatrix();
}
int WM_radial_control_modal(bContext *C, wmOperator *op, wmEvent *event)