X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fanimate.h;fp=source%2Fanimate.h;h=30f0c527b9e952b0da433fa29e4073bd3f44f85e;hp=31d1641c97b6ad696acc190fc02aed93e4dac286;hb=02613d179c906075a0ad05a3aae46b3811f322aa;hpb=727cdde392eb7d2e892f8a308ab0d16b70947070 diff --git a/source/animate.h b/source/animate.h index 31d1641..30f0c52 100644 --- a/source/animate.h +++ b/source/animate.h @@ -24,6 +24,7 @@ public: private: Msp::GL::Placeable *target; const Msp::GL::Animation *anim; + bool stacked; Msp::GL::AnimationPlayer *player; public: