possible fix for [2694]
This commit is contained in:
parent
221a45419e
commit
d1e8dbce87
|
@ -118,8 +118,7 @@ SchedulerThread :: nextStep(Ptr<ptime>::Ref now) throw ()
|
|||
nextEvent->start();
|
||||
currentEvent = nextEvent;
|
||||
currentEventEnd = nextEventEnd;
|
||||
Ptr<ptime>::Ref inASecond(new ptime(*now + seconds(1)));
|
||||
getNextEvent(inASecond);
|
||||
getNextEvent(TimeConversion::now());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue