You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none [CL 5110714 by Chris Gagnon in Dev-Editor branch]
This commit is contained in:
@@ -130,7 +130,7 @@ class FTextureFormatAndroid : public ITextureFormat
|
||||
{
|
||||
virtual bool AllowParallelBuild() const override
|
||||
{
|
||||
return true;
|
||||
return !PLATFORM_MAC; // On Mac Qualcomm's TextureConverter library is not thead-safe
|
||||
}
|
||||
|
||||
virtual uint16 GetVersion(
|
||||
|
||||
Reference in New Issue
Block a user