Default the plant layer's Perpendicular Velocity to zero, for compatibility with...
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / plant.cpp
index 67f60b4..68f7141 100644 (file)
@@ -78,7 +78,7 @@ Plant::Plant():
        split_angle(Angle::deg(10)),
        gravity(0,-0.1),
        velocity(0.3),
-       perp_velocity(0.3),
+       perp_velocity(0.0),
        step(0.01),
        sprouts(10)
 {