1
0
Fork 0

DBG: Typo

This commit is contained in:
Nukem 2015-07-05 01:16:52 -04:00
parent 74a22ca503
commit d379a5a133
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ void LinearPass::AnalyseOverlaps()
if(threadWorkStart > 0)
{
threadWorkStart = max((threadWorkStart - 1), 0);
threadWorkStop = min((threadWorkStop + 1), workAmount);
threadWorkStop = min((threadWorkStop + 1), workTotal);
}
// Execute