mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-14 05:08:39 -05:00
Cleanup
This commit is contained in:
@@ -111,6 +111,10 @@ std::vector<ThreadPrio> GetThreadPrioMapping()
|
||||
|
||||
bool SwitcherData::PrioFuncsValid()
|
||||
{
|
||||
if (functionNamesByPriority.empty()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
auto fNBPCopy = functionNamesByPriority;
|
||||
|
||||
std::sort(fNBPCopy.begin(), fNBPCopy.end());
|
||||
|
||||
Reference in New Issue
Block a user