Skip to content

Commit

Permalink
Update include/AutomationEventList.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Dec 8, 2023
1 parent dcb873b commit d0b9e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/AutomationEventList.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ class AutomationEventList : public ::AutomationEventList {
}

inline void Play() {
::StopAutomationEventRecording();
Set();
::PlayAutomationEventRecording();
}

protected:
Expand Down

0 comments on commit d0b9e01

Please sign in to comment.