You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Undo CL16853912 now that CL16922241 fixes the deadlock properly.
#rb none [CL 16926361 by Zousar Shaker in ue5-main branch]
This commit is contained in:
@@ -2133,7 +2133,7 @@ static bool CompressMipChain(
|
||||
Work.DestMip
|
||||
);
|
||||
}
|
||||
}, EParallelForFlags::Unbalanced | EParallelForFlags::BackgroundPriority);
|
||||
}, EParallelForFlags::Unbalanced);
|
||||
|
||||
for (int32 TaskIndex = 0; TaskIndex < AsyncCompressionTasks.Num(); ++TaskIndex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user