]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/animate.h
Add stacked flag to Animate action
[libs/demoscene.git] / source / animate.h
index 31d1641c97b6ad696acc190fc02aed93e4dac286..30f0c527b9e952b0da433fa29e4073bd3f44f85e 100644 (file)
@@ -24,6 +24,7 @@ public:
 private:
        Msp::GL::Placeable *target;
        const Msp::GL::Animation *anim;
+       bool stacked;
        Msp::GL::AnimationPlayer *player;
 
 public: