Fixed CompileSet so it returns true when there is nothing to compile at all.
This commit is contained in:
@@ -441,7 +441,7 @@ bool IncrementalCompileOperation::CompileSet::compile(CompileInfo& compileInfo)
|
||||
return _numberCompileListsToCompile==0;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return _numberCompileListsToCompile==0;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user