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>2015-04-30 01:07:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-30 01:18:23 +0300
commitb640700597e4a331ee45f9a8850953e8e08cfd93 (patch)
treed296d3d21ab9ad8d1cc64c24b0c00d49d7e24edd /source/blender/blenkernel/intern/material.c
parent4eab0e72b380163f1b2e65e4d0efae30c1cdd916 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/material.c')
-rw-r--r--source/blender/blenkernel/intern/material.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/material.c b/source/blender/blenkernel/intern/material.c
index 8932ac1f4c6..eaaf1319167 100644
--- a/source/blender/blenkernel/intern/material.c
+++ b/source/blender/blenkernel/intern/material.c
@@ -937,7 +937,7 @@ void BKE_material_remap_object(Object *ob, const unsigned int *remap)
BLI_array_permute(ob->matbits, ob->totcol, remap);
}
- if(matar) {
+ if (matar) {
BLI_array_permute(*matar, *totcol_p, remap);
}