From 2de931e9a6a82fcb1304a5e26703d8f35b427371 Mon Sep 17 00:00:00 2001 From: DashyFox Date: Thu, 27 Feb 2025 10:06:26 +0300 Subject: [PATCH] add const --- Tween.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tween.h b/Tween.h index dca02e2..20512c4 100644 --- a/Tween.h +++ b/Tween.h @@ -84,7 +84,7 @@ public: isPlayingF = false; } - bool isPlaying() { + bool isPlaying() const { return isPlayingF; }