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>2013-04-18 05:52:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-18 05:52:38 +0400
commit3f7f07faf51c16f11e5eefeddb537b2e1b024f58 (patch)
treec33a03d05bf774ea363d355694432a400487ec10 /source/blender/editors/physics
parent9cceec40c47543eb372bd9c1331901857b5f120a (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/particle_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/physics/particle_object.c b/source/blender/editors/physics/particle_object.c
index 5fd2a0806e9..ed7f9a4c1f2 100644
--- a/source/blender/editors/physics/particle_object.c
+++ b/source/blender/editors/physics/particle_object.c
@@ -656,7 +656,7 @@ static int connect_hair(Scene *scene, Object *ob, ParticleSystem *psys)
DM_ensure_tessface(dm);
- numverts = dm->getNumVerts (dm);
+ numverts = dm->getNumVerts(dm);
/* convert to global coordinates */
for (i=0; i<numverts; i++)