Remove code that nerfs scheduler

This commit is contained in:
Drew DeVault 2015-09-07 21:35:37 -04:00
parent c50c322b24
commit e6715e772b

View File

@ -86,8 +86,6 @@ namespace TrueCraft
}
if (e.When > start)
break; // List is sorted, we can exit early
if (start > Stopwatch.ElapsedTicks + 200000)
break; // We're falling behind
}
}
Profiler.Done(20);
@ -101,4 +99,4 @@ namespace TrueCraft
public string Name;
}
}
}
}