mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 17:55:41 -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;
|
||||
|
||||
DebugAssert(TimingEvents::s_current_event != this);
|
||||
TimingEvents::SortEvent(this);
|
||||
}
|
||||
|
||||
void TimingEvent::Schedule(TickCount ticks)
|
||||
|
Loading…
x
Reference in New Issue
Block a user