Added a new parameter to the plant layer, 'Reverse', which causes the plant to be...
[synfig.git] / synfig-core / trunk / src / modules / mod_particle / plant.h
index a5de8c4..581f195 100644 (file)
@@ -84,6 +84,7 @@ private:
        Random random;
 
        bool size_as_alpha;
+       bool reverse;
        mutable bool needs_sync_;
        mutable synfig::Mutex mutex;