Disabled randomized cook order code.

[CL 2471508 by Daniel Lamb in Main branch]
This commit is contained in:
Daniel Lamb
2015-03-06 15:15:01 -05:00
parent f06b3f375c
commit 13e0507f76

View File

@@ -2407,7 +2407,7 @@ void UCookOnTheFlyServer::AddFileToCook( TArray<FString>& InOutFilesToCook, cons
{
if (!FPackageName::IsScriptPackage(InFilename))
{
#if 1 // randomize cook file order, don't check in enabled...
#if 0 // randomize cook file order, don't check in enabled...
if ( !InOutFilesToCook.Contains(InFilename) )
{
int Index = FMath::RandRange(0,InOutFilesToCook.Num()-1);