X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Fanimate.h;h=7c8165c6fcb3ee20bb657d1122ce16e77293c095;hp=50e279c57e67ae618f95bc6ea5efa70efbbbb569;hb=4b2708d0a743f74dfc44ea4e4c08344e09c624a6;hpb=08fa4d11a07a52e62eb4e30730d2a2b9cdcb568d diff --git a/source/animate.h b/source/animate.h index 50e279c..7c8165c 100644 --- a/source/animate.h +++ b/source/animate.h @@ -31,7 +31,7 @@ private: public: Animate(); - Animate(Msp::GL::Placeable &, const Msp::GL::Animation &, Msp::GL::AnimationPlayer &); + Animate(Msp::GL::Placeable &, const Msp::GL::Animation &, Msp::GL::AnimationPlayer &, bool = false); virtual void validate() const;