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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-07-08 03:38:40 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-08 03:38:40 +0400
commit8b9977e354b0e05c30f8e221a505442c13867f5a (patch)
treee54a2474e3f9a16eb99c31b884c30288b71f29dc /source/blender/modifiers
parentcfb7aee017d95137e19b7b006d9393b5d6a935d4 (diff)
Fixing a typo!
Diffstat (limited to 'source/blender/modifiers')
-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 1402f2203c4..9ff35c227de 100644
--- a/source/blender/modifiers/intern/MOD_boolean_util.c
+++ b/source/blender/modifiers/intern/MOD_boolean_util.c
@@ -297,7 +297,7 @@ static Object *AddNewBlenderMesh(Scene *scene, Base *base)
/* Initialize the mesh data associated with this object. */
ob_new->data = BKE_mesh_add("Mesh");
- /* Finally assign the object type */.
+ /* Finally assign the object type. */
ob_new->type = OB_MESH;
return ob_new;