From df17fa201a9ff8fcc46c3de9fc5fccfef3975f97 Mon Sep 17 00:00:00 2001 From: robojumper Date: Fri, 16 May 2025 01:21:45 +0200 Subject: dLytDoButton_c OK --- include/m/m2d.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/m') diff --git a/include/m/m2d.h b/include/m/m2d.h index c39ceec4..aad5f08d 100644 --- a/include/m/m2d.h +++ b/include/m/m2d.h @@ -61,6 +61,10 @@ public: return mCurrFrame; } + inline f32 getRate() const { + return mRate; + } + inline void setCurrFrame(f32 arg) { mCurrFrame = arg; } -- cgit v1.2.3