mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-22 17:25:54 -05:00
Remove unnecessary return value check
This commit is contained in:
@@ -113,7 +113,7 @@ bool Macro::PerformAction()
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (ret && _count != std::numeric_limits<int>::max()) {
|
||||
if (_count != std::numeric_limits<int>::max()) {
|
||||
_count++;
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user