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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-10-31 23:20:38 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:06 +0300
commit211be0ae6e8883b846689dd3bceba6408e5689a9 (patch)
tree996c142de8b402675424cbead6c85ae46619a3b0 /source/blender/physics
parentd42525a9b5493b758d0f19423bafc43cd335955b (diff)
Unused leftover debug variable.
Diffstat (limited to 'source/blender/physics')
-rw-r--r--source/blender/physics/intern/hair_volume.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/physics/intern/hair_volume.c b/source/blender/physics/intern/hair_volume.c
index 988bf4b9024..f083cdfd479 100644
--- a/source/blender/physics/intern/hair_volume.c
+++ b/source/blender/physics/intern/hair_volume.c
@@ -545,7 +545,6 @@ bool BPH_hair_volume_get_texture_data(HairVertexGrid *grid, VoxelData *vd)
break;
case TEX_VD_HAIRVELOCITY: {
- float tmp = grid->verts[i].velocity[1];
vd->dataset[i + 0*totres] = grid->verts[i].velocity[0];
vd->dataset[i + 1*totres] = grid->verts[i].velocity[1];
vd->dataset[i + 2*totres] = grid->verts[i].velocity[2];