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:
authorCampbell Barton <ideasman42@gmail.com>2018-09-06 03:45:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-06 03:47:46 +0300
commitfa6ed6259c0d2420f9af5217551f67018b59ea74 (patch)
treea9d3eb66c97a749ac8d6c5d580e212e27aa2be79 /source/blender/draw
parent539c140b3ee695ba14c3bad80a0115eff44535d8 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/draw')
-rw-r--r--source/blender/draw/modes/edit_mesh_mode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/draw/modes/edit_mesh_mode.c b/source/blender/draw/modes/edit_mesh_mode.c
index 2a70d426272..30049bd701a 100644
--- a/source/blender/draw/modes/edit_mesh_mode.c
+++ b/source/blender/draw/modes/edit_mesh_mode.c
@@ -577,8 +577,8 @@ static void EDIT_MESH_cache_populate(void *vedata, Object *ob)
bool show_face_dots = ((Mesh *)draw_ctx->object_edit->data)->drawflag & ME_DRAW_FACE_DOT;
if (stl->g_data->do_faces == false &&
- stl->g_data->do_edges == false &&
- (tsettings->selectmode & SCE_SELECT_FACE))
+ stl->g_data->do_edges == false &&
+ (tsettings->selectmode & SCE_SELECT_FACE))
{
/* Force display of face centers in this case because that's
* the only way to see if a face is selected. */