TaskQueue fix
This commit is contained in:
@@ -71,8 +71,10 @@ public class TaskQueue {
|
||||
public void clear() {
|
||||
pending.clear();
|
||||
current = null;
|
||||
currentStarted = false;
|
||||
delayUntil = 0;
|
||||
rolledDelay = 0;
|
||||
taskStartTime = 0;
|
||||
}
|
||||
|
||||
private long sampleLogNormalDistribution() {
|
||||
|
||||
Reference in New Issue
Block a user