Replace the 'Threshold' parameter with 'Gradient Left' and 'Gradient Right' which...
[synfig.git] / synfig-core / trunk / src / modules / example / metaballs.h
index 22567d2..b52d98e 100644 (file)
@@ -51,7 +51,7 @@ private:
        std::vector<synfig::Real>       weights;
 
        synfig::Real    threshold;
-       //Real  threshold2;
+       synfig::Real    threshold2;
 
        synfig::Real totaldensity(const synfig::Point &pos)const;