Use TickleState_Idle

This commit is contained in:
Christian Semmler 2023-12-01 10:40:37 -05:00
parent 6105461694
commit 0f0b9eadf6

View File

@ -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;