X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_particle%2Fplant.h;h=3a60aa228c3b13d119aa3de6f6a18d8f6a21b566;hb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;hp=4b765af3fffae198019e65529a310928d41d0962;hpb=e8a065f2385c219c511b57dac52786120bfa097d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_particle/plant.h b/synfig-core/trunk/src/modules/mod_particle/plant.h index 4b765af..3a60aa2 100644 --- a/synfig-core/trunk/src/modules/mod_particle/plant.h +++ b/synfig-core/trunk/src/modules/mod_particle/plant.h @@ -62,7 +62,7 @@ private: { synfig::Point point; synfig::Color color; - + Particle(const synfig::Point &point,const synfig::Color& color): point(point),color(color) { } }; @@ -80,10 +80,10 @@ private: int sprouts; synfig::Real random_factor; Random random; - + bool size_as_alpha; mutable bool needs_sync_; - + void branch(int n, int depth,float t, float stunt_growth, synfig::Point position,synfig::Vector velocity)const;