mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +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")) {
|
||||
MxPresenter* presenter = *it;
|
||||
if (!presenter->GetCurrentTickleState())
|
||||
if (presenter->GetCurrentTickleState() == TickleState_Idle)
|
||||
presenter->SetTickleState(TickleState_Ready);
|
||||
}
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user