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-12-14 08:38:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-14 08:38:52 +0400
commit5e9ee25328aa3aab4549a1ebfae931161ed02f2b (patch)
treeacc3f507d3d6a6204ab3f04f3e5c2f63a9322937 /source/blender/modifiers
parentb8d89be64c419a075cf55a1e6e9aa9d021731ad3 (diff)
style cleanup
Diffstat (limited to 'source/blender/modifiers')
-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 05e8d0df54c..5585a715131 100644
--- a/source/blender/modifiers/intern/MOD_uvwarp.c
+++ b/source/blender/modifiers/intern/MOD_uvwarp.c
@@ -45,7 +45,7 @@
static void uv_warp_from_mat4_pair(float uv_dst[2], const float uv_src[2], float warp_mat[4][4],
- int axis_u, int axis_v)
+ int axis_u, int axis_v)
{
float tuv[3] = {0.0f};