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:
authorJoseph Eagar <joeedh@gmail.com>2011-04-17 03:58:49 +0400
committerJoseph Eagar <joeedh@gmail.com>2011-04-17 03:58:49 +0400
commit489eaaa46d35d60feec16166cd6ba52674e945dd (patch)
treefca30982a61bf400e5ac6fd56c1e69fe92915135 /source/blender/windowmanager/intern/wm_gesture.c
parenta141cea6febe753d8d6109611581f9de34458739 (diff)
=bmesh= build modifier works now, also made scanfill thread-safe
Diffstat (limited to 'source/blender/windowmanager/intern/wm_gesture.c')
-rw-r--r--source/blender/windowmanager/intern/wm_gesture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_gesture.c b/source/blender/windowmanager/intern/wm_gesture.c
index de4afa79448..5ce7a3a0328 100644
--- a/source/blender/windowmanager/intern/wm_gesture.c
+++ b/source/blender/windowmanager/intern/wm_gesture.c
@@ -237,6 +237,7 @@ static void draw_filled_lasso(wmGesture *gt)
short *lasso= (short *)gt->customdata;
int i;
+ BLI_begin_edgefill();
for (i=0; i<gt->points; i++, lasso+=2) {
float co[3];