* Doh.
This commit is contained in:
		
							parent
							
								
									12c8c64efa
								
							
						
					
					
						commit
						a046858a22
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2715,7 +2715,7 @@ void Worker::waitForInput()
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!waitingForAWhile.empty() && lastWokenUp + wakeUpInterval >= after) {
 | 
					    if (!waitingForAWhile.empty() && lastWokenUp + wakeUpInterval <= after) {
 | 
				
			||||||
        lastWokenUp = after;
 | 
					        lastWokenUp = after;
 | 
				
			||||||
        foreach (WeakGoals::iterator, i, waitingForAWhile) {
 | 
					        foreach (WeakGoals::iterator, i, waitingForAWhile) {
 | 
				
			||||||
            GoalPtr goal = i->lock();
 | 
					            GoalPtr goal = i->lock();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue