mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 09:05:57 -05:00
Rework wait action to support being interrupted by calling Stop()
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
int GetCount() { return _count; };
|
||||
void ResetCount() { _count = 0; };
|
||||
bool GetStop() { return _stop; }
|
||||
void Stop() { _stop = true; }
|
||||
void Stop();
|
||||
std::deque<std::shared_ptr<MacroCondition>> &Conditions()
|
||||
{
|
||||
return _conditions;
|
||||
|
||||
Reference in New Issue
Block a user