Merge branch 'blender2.8' of git.blender.org:blender into blender2.8

This commit is contained in:
2018-04-25 13:44:45 +02:00
2 changed files with 5 additions and 0 deletions

View File

@@ -323,6 +323,7 @@ static void draw_filled_lasso(wmGesture *gt)
MEM_freeN(pixel_buf);
glDisable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
}
MEM_freeN(moves);