Match MxCompositeMediaPresenter::Tickle (#1437)

* Match `MxCompositeMediaPresenter::Tickle`

* Remove file
This commit is contained in:
Christian Semmler 2025-05-05 16:04:55 -07:00 committed by GitHub
parent 2fef2858c9
commit fa6c62f7b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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