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-10-03 01:10:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-03 01:10:48 +0300
commit4c22807e69c0c31f23e3fea8249035729577137c (patch)
treebace8f7c5287f43220c8b8ef473701fc1c4d9dd0 /source/blender/draw/intern/draw_cache_impl_mesh.c
parent00c0e55227698f811617a0f415436b3f0b9c61c8 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/draw/intern/draw_cache_impl_mesh.c')
-rw-r--r--source/blender/draw/intern/draw_cache_impl_mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_mesh.c b/source/blender/draw/intern/draw_cache_impl_mesh.c
index ae842b7de6a..8a18d2adcbb 100644
--- a/source/blender/draw/intern/draw_cache_impl_mesh.c
+++ b/source/blender/draw/intern/draw_cache_impl_mesh.c
@@ -4779,7 +4779,7 @@ static void uvedit_fill_buffer_data(
BM_elem_flag_set(efa, BM_ELEM_TAG, uvedit_face_visible_test(scene, ob, ima, efa));
if ((state & UVEDIT_STRETCH_AREA) &&
- BM_elem_flag_test(efa, BM_ELEM_TAG))
+ BM_elem_flag_test(efa, BM_ELEM_TAG))
{
const int efa_len = efa->len;
float (*tf_uv)[2] = (float (*)[2])BLI_buffer_reinit_data(&vec2_buf, vec2f, efa_len);