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>2015-12-26 07:32:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-26 07:34:55 +0300
commitdd070c6c32e75b7cc45042e3c707110adcfd6cc4 (patch)
treedf2a8d4b7b7ac0aa11f0901cbd2c6f5db826ad8a /source/blender/modifiers/intern/MOD_uvwarp.c
parent66030d8c223bc320e2df351dcb2a4a2b8eb0bb59 (diff)
Cleanup
Diffstat (limited to 'source/blender/modifiers/intern/MOD_uvwarp.c')
-rw-r--r--source/blender/modifiers/intern/MOD_uvwarp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_uvwarp.c b/source/blender/modifiers/intern/MOD_uvwarp.c
index 7585198a807..34346851318 100644
--- a/source/blender/modifiers/intern/MOD_uvwarp.c
+++ b/source/blender/modifiers/intern/MOD_uvwarp.c
@@ -150,7 +150,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
ModifierApplyFlag UNUSED(flag))
{
UVWarpModifierData *umd = (UVWarpModifierData *) md;
- int i, numPolys, numLoops;
+ int numPolys, numLoops;
MPoly *mpoly;
MLoop *mloop;
MLoopUV *mloopuv;