[Bf-blender-cvs] [0ffe8be] gooseberry: Fix for missing function argument commented out during cleanup.

Lukas Tönne noreply at git.blender.org
Sat Apr 11 14:04:35 CEST 2015


Commit: 0ffe8be5e913edda4c102cea7dc99e1ef96cbd2b
Author: Lukas Tönne
Date:   Sat Apr 11 14:04:03 2015 +0200
Branches: gooseberry
https://developer.blender.org/rB0ffe8be5e913edda4c102cea7dc99e1ef96cbd2b

Fix for missing function argument commented out during cleanup.

===================================================================

M	source/blender/physics/intern/BPH_mass_spring.cpp

===================================================================

diff --git a/source/blender/physics/intern/BPH_mass_spring.cpp b/source/blender/physics/intern/BPH_mass_spring.cpp
index 9be2d8a..7d84c2b 100644
--- a/source/blender/physics/intern/BPH_mass_spring.cpp
+++ b/source/blender/physics/intern/BPH_mass_spring.cpp
@@ -1375,7 +1375,7 @@ static void strands_calc_curve_forces(Strands *strands, float space[4][4], HairS
 }
 
 /* Collect forces and derivatives:  F, dFdX, dFdV */
-static void strands_calc_force(Strands *strands, float space[4][4], HairSimParams *params, Implicit_Data *data, float UNUSED(frame), Scene *scene, ListBase * /*effectors*/)
+static void strands_calc_force(Strands *strands, float space[4][4], HairSimParams *params, Implicit_Data *data, float UNUSED(frame), Scene *scene, ListBase * effectors)
 {
 	unsigned int numverts = strands->totverts;




More information about the Bf-blender-cvs mailing list