mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 14:51:15 +00:00
Match MxCompositeMediaPresenter::Tickle
This commit is contained in:
parent
2fef2858c9
commit
2519f7cf6d
BIN
BETA10.DLL
Normal file
BIN
BETA10.DLL
Normal file
Binary file not shown.
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user