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>2014-06-06 01:54:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-06 01:54:05 +0400
commitae4ed68dfef8a97056b41393915ca853804dd8fe (patch)
tree7f539c65cca46c00629900f559d11dd826ee8a92 /source/blender/editors/uvedit/uvedit_draw.c
parent98bf3959b484216000c48d12666ce6120ca15f99 (diff)
Code cleanup: style
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_draw.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_draw.c b/source/blender/editors/uvedit/uvedit_draw.c
index 8be56fd9022..7c2f71c0153 100644
--- a/source/blender/editors/uvedit/uvedit_draw.c
+++ b/source/blender/editors/uvedit/uvedit_draw.c
@@ -430,7 +430,7 @@ static void draw_uvs_other_mesh_new_shading(Object *ob, const Image *curimage)
for (a = me->totpoly; a != 0; a--, mpoly++) {
const int mat_nr = mpoly->mat_nr;
if ((mat_nr >= ob->totcol) ||
- (BLI_BITMAP_GET(mat_test_array, mat_nr)) == 0)
+ (BLI_BITMAP_GET(mat_test_array, mat_nr)) == 0)
{
continue;
}