mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 09:41:15 +00:00
Use TickleState_Idle
This commit is contained in:
parent
6105461694
commit
0f0b9eadf6
@ -48,7 +48,7 @@ void MxCompositePresenter::VTable0x60(MxPresenter* p_presenter)
|
|||||||
}
|
}
|
||||||
else if (m_action->IsA("MxDSSerialAction")) {
|
else if (m_action->IsA("MxDSSerialAction")) {
|
||||||
MxPresenter* presenter = *it;
|
MxPresenter* presenter = *it;
|
||||||
if (!presenter->GetCurrentTickleState())
|
if (presenter->GetCurrentTickleState() == TickleState_Idle)
|
||||||
presenter->SetTickleState(TickleState_Ready);
|
presenter->SetTickleState(TickleState_Ready);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user