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-01-24 20:54:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-24 20:54:21 +0400
commitd5c4f030df7a73edc3f0b8468ec06dec0b547f1a (patch)
treeecc5dc495dbdedda7ad37e897824c73a5fcf3940 /source/blender/modifiers/intern/MOD_boolean_util.c
parent4af4863baf64e14959454a10443e0ae06b518e7e (diff)
correct error in recent merge.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_boolean_util.c')
-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 345cba5d3d1..1f2c65e4cca 100644
--- a/source/blender/modifiers/intern/MOD_boolean_util.c
+++ b/source/blender/modifiers/intern/MOD_boolean_util.c
@@ -379,7 +379,7 @@ static DerivedMesh *ConvertCSGDescriptorsToDerivedMesh(
*totmat = 0;
}
- origindex_layer = result->getFaceDataArray(result, CD_ORIGINDEX);
+ origindex_layer = result->getTessFaceDataArray(result, CD_ORIGINDEX);
// step through the face iterators
for(i = 0; !face_it->Done(face_it->it); i++) {