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:
Diffstat (limited to 'source/blender/src/editsima.c')
-rw-r--r--source/blender/src/editsima.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editsima.c b/source/blender/src/editsima.c
index a3dbfa52ef8..4049952a0da 100644
--- a/source/blender/src/editsima.c
+++ b/source/blender/src/editsima.c
@@ -716,7 +716,7 @@ void mouse_select_sima(void)
actface= 1;
sticky= 0;
} else {
- actface= G.sima->flag & SI_SELACTFACE;
+ actface= G.scene->selectmode & SCE_SELECT_FACE;
sticky= 2;
}
} else {