mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 09:05:57 -05:00
Rename "count" to "runCount"
This commit is contained in:
@@ -33,7 +33,7 @@ bool MacroActionMacro::PerformAction()
|
||||
_macro->SetPaused(false);
|
||||
break;
|
||||
case PerformMacroAction::RESET_COUNTER:
|
||||
_macro->ResetCount();
|
||||
_macro->ResetRunCount();
|
||||
break;
|
||||
case PerformMacroAction::RUN:
|
||||
if (!_macro->Paused()) {
|
||||
|
||||
Reference in New Issue
Block a user