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>2018-09-26 03:01:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-26 03:01:32 +0300
commite40870c47967144aa75c9185a6d0ba1e149bb4e2 (patch)
treeb1a88c83cf6db3f827c584aeb80a16a296207077 /source/blender/modifiers/intern/MOD_explode.c
parentc419cb7305fec8a9c36085af3d3a03b6f2850a9d (diff)
Cleanup: warnings, style
Diffstat (limited to 'source/blender/modifiers/intern/MOD_explode.c')
-rw-r--r--source/blender/modifiers/intern/MOD_explode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_explode.c b/source/blender/modifiers/intern/MOD_explode.c
index 2a8f3f44ea8..99c60271cec 100644
--- a/source/blender/modifiers/intern/MOD_explode.c
+++ b/source/blender/modifiers/intern/MOD_explode.c
@@ -1035,7 +1035,7 @@ static ParticleSystemModifierData *findPrecedingParticlesystem(Object *ob, Modif
}
static Mesh *applyModifier(
ModifierData *md, const ModifierEvalContext *ctx,
- Mesh *mesh)
+ Mesh *mesh)
{
ExplodeModifierData *emd = (ExplodeModifierData *) md;
ParticleSystemModifierData *psmd = findPrecedingParticlesystem(ctx->object, md);