mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Match MxCompositeMediaPresenter::Tickle
(#1437)
* Match `MxCompositeMediaPresenter::Tickle` * Remove file
This commit is contained in:

committed by
GitHub

parent
2fef2858c9
commit
fa6c62f7b3
@@ -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:
|
||||||
|
Reference in New Issue
Block a user