Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / timeloop.h
index e44e6bd..16bbe2a 100644 (file)
@@ -52,6 +52,7 @@ private:
        synfig::Time    end_time;
        bool                    old_version;
        bool                    only_for_positive_duration;
+       bool                    symmetrical; // the 0.1 version of this layer behaved differently before 'start_time' was reached
 
 protected:
        Layer_TimeLoop();