Rename "count" to "runCount"

This commit is contained in:
WarmUpTill
2023-01-02 18:59:03 +01:00
committed by WarmUpTill
parent 378bf4dfd6
commit f9de63bc88
5 changed files with 12 additions and 12 deletions

View File

@@ -429,7 +429,7 @@ void SwitcherData::Start()
void ResetMacros()
{
for (auto &m : switcher->macros) {
m->ResetCount();
m->ResetRunCount();
m->ResetTimers();
}
}