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>2012-04-03 02:26:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-03 02:26:00 +0400
commit3c1b5b56324377816063975bd5d245f9d321a59a (patch)
tree809b28d4be2dc096b7631837856876c0fe710604 /source/blender/modifiers/intern
parent2ff9b5a7f57450ab0fd1d354c2d18fa10486f699 (diff)
stule cleanup: edits for files which were recently cleaned up.
Diffstat (limited to 'source/blender/modifiers/intern')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean_util.c b/source/blender/modifiers/intern/MOD_boolean_util.c
index 7d4ec3c3d81..8341bc67107 100644
--- a/source/blender/modifiers/intern/MOD_boolean_util.c
+++ b/source/blender/modifiers/intern/MOD_boolean_util.c
@@ -418,7 +418,7 @@ static DerivedMesh *ConvertCSGDescriptorsToDerivedMesh(
mface->v4 = (csgface.vertex_number == 4)? csgface.vertex_index[3]: 0;
// set material, based on lookup in hash table
- orig_mat= give_current_material(orig_ob, mface->mat_nr+1);
+ orig_mat = give_current_material(orig_ob, mface->mat_nr + 1);
if (mat && orig_mat) {
if (!BLI_ghash_haskey(material_hash, orig_mat)) {