This commit is contained in:
Reece Wilson 2024-02-28 14:34:15 +00:00
parent 097c0c1917
commit be9f47c4bb

View File

@ -321,7 +321,7 @@ namespace Aurora::IO::CompletionGroup
return this->pAnyBarrier;
}
if (!this->bNoAny)
if (this->bNoAny)
{
SysPushErrorGeneric("To prevent double LoopQueue::SourceAdd on the same source, you must not call ::OnSingleCompletion() after ::OnCompletion() in this specific order");
return {};