mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 06:45:42 -04:00
TimingEvent: Fix event list getting unsorted on Delay
This commit is contained in:
parent
642f8041e9
commit
b41d56d305
@ -401,6 +401,9 @@ void TimingEvent::Delay(TickCount ticks)
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_downcount += ticks;
|
m_downcount += ticks;
|
||||||
|
|
||||||
|
DebugAssert(TimingEvents::s_current_event != this);
|
||||||
|
TimingEvents::SortEvent(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TimingEvent::Schedule(TickCount ticks)
|
void TimingEvent::Schedule(TickCount ticks)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user