Match MxCompositeMediaPresenter::Tickle

This commit is contained in:
Christian Semmler 2025-05-05 15:53:41 -07:00
parent 2fef2858c9
commit 2519f7cf6d
2 changed files with 1 additions and 1 deletions

BIN
BETA10.DLL Normal file

Binary file not shown.

View File

@ -144,7 +144,7 @@ MxResult MxCompositeMediaPresenter::Tickle()
{ {
AUTOLOCK(m_criticalSection); AUTOLOCK(m_criticalSection);
switch (m_currentTickleState) { switch (GetCurrentTickleState()) {
case e_ready: case e_ready:
ProgressTickleState(e_starting); ProgressTickleState(e_starting);
case e_starting: case e_starting: