From d901696935a6bf9fdad6ac8abe65ffab79bd297d Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 8 Jun 2019 10:16:27 +0300 Subject: [PATCH] Add getter for Animation::looping --- source/animation.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.0