TimingEvent: Fix event list getting unsorted on Delay

pull/2461/head
Connor McLaughlin 4 years ago
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…
Cancel
Save