X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation.h;h=011c8558ca52f32659247c263b7cdb17f46359c5;hp=7c277f430876e71a1738d039dda2852033639e68;hb=13cf58be0e455227e8e5ae418b276a11c7873869;hpb=22ed49c0b233566fc5d72b7c9769fd3ba543ab40 diff --git a/source/animation.h b/source/animation.h index 7c277f43..011c8558 100644 --- a/source/animation.h +++ b/source/animation.h @@ -186,6 +186,7 @@ public: const Msp::Time::TimeDelta &get_duration() const; void set_looping(bool); + bool is_looping() const { return looping; } }; } // namespace GL