]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/animate.h
Fix initialization issues in the Animate action
[libs/demoscene.git] / source / animate.h
index 50e279c57e67ae618f95bc6ea5efa70efbbbb569..7c8165c6fcb3ee20bb657d1122ce16e77293c095 100644 (file)
@@ -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;