Default the plant layer's Perpendicular Velocity to zero, for compatibility with...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 10 Sep 2007 01:22:14 +0000 (01:22 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 10 Sep 2007 01:22:14 +0000 (01:22 +0000)
git-svn-id: http://svn.voria.com/code@648 1f10aa63-cdf2-0310-b900-c93c546f37ac

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)
 {