summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2023-01-22 21:42:01 -0700
committerPheenoh <pheenoh@gmail.com>2023-01-22 21:42:01 -0700
commitf47e53b8a22f9835b07eb2f10db8cd3295c17db4 (patch)
tree544ff0033f2adf29c43f005ee15368777865043f /include
parented8acec2e8b3d0f97b18dec0887f24fd8b0ff9fc (diff)
do_sit
Diffstat (limited to 'include')
-rw-r--r--include/m_Do/m_Do_ext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_Do/m_Do_ext.h b/include/m_Do/m_Do_ext.h
index 3f9d17c756..faa63921f4 100644
--- a/include/m_Do/m_Do_ext.h
+++ b/include/m_Do/m_Do_ext.h
@@ -20,6 +20,7 @@ public:
f32 getFrame() { return mFrameCtrl.getFrame(); }
f32 getEndFrame() { return mFrameCtrl.getEnd(); }
void setFrame(f32 frame) { mFrameCtrl.setFrame(frame); }
+
bool isStop() {
bool stopped = true;
if (!mFrameCtrl.checkState(1) && mFrameCtrl.getRate() != 0.0f) {