From: dooglus Date: Mon, 10 Sep 2007 01:22:14 +0000 (+0000) Subject: Default the plant layer's Perpendicular Velocity to zero, for compatibility with... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=402d759e7fc6b6d5200dd32ba4fab083af228f91;p=synfig.git Default the plant layer's Perpendicular Velocity to zero, for compatibility with older .sif files. git-svn-id: http://svn.voria.com/code@648 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/mod_particle/plant.cpp b/synfig-core/trunk/src/modules/mod_particle/plant.cpp index 67f60b4..68f7141 100644 --- a/synfig-core/trunk/src/modules/mod_particle/plant.cpp +++ b/synfig-core/trunk/src/modules/mod_particle/plant.cpp @@ -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) {