forked from lix-project/lix
* Doh.
This commit is contained in:
parent
12c8c64efa
commit
a046858a22
|
@ -2715,7 +2715,7 @@ void Worker::waitForInput()
|
|||
}
|
||||
}
|
||||
|
||||
if (!waitingForAWhile.empty() && lastWokenUp + wakeUpInterval >= after) {
|
||||
if (!waitingForAWhile.empty() && lastWokenUp + wakeUpInterval <= after) {
|
||||
lastWokenUp = after;
|
||||
foreach (WeakGoals::iterator, i, waitingForAWhile) {
|
||||
GoalPtr goal = i->lock();
|
||||
|
|
Loading…
Reference in a new issue