mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Rename function
This commit is contained in:
@@ -223,8 +223,8 @@ bool Macro::PerformActions(bool match, bool forceParallel, bool ignorePause)
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool Macro::ExecutedSince(
|
||||
const std::chrono::high_resolution_clock::time_point &time)
|
||||
bool Macro::WasExecutedSince(
|
||||
const std::chrono::high_resolution_clock::time_point &time) const
|
||||
{
|
||||
return _lastExecutionTime > time;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user