Match MxPresenter::StartAction to 100%

This commit is contained in:
Christian Semmler 2023-10-14 09:27:58 -04:00
parent a814132ab9
commit f062543f87
No known key found for this signature in database
GPG key ID: 086DAA1360BEEE5C

View file

@ -125,8 +125,8 @@ MxLong MxPresenter::StartAction(MxStreamController *, MxDSAction *p_action)
const MxVector3Data& location = this->m_action->GetLocation();
MxS32 previousTickleState = this->m_currentTickleState;
this->m_location = MxPoint32(location[0], location[1]);
this->m_displayZ = location[2];
this->m_location = MxPoint32(this->m_action->GetLocation()[0], this->m_action->GetLocation()[1]);
this->m_displayZ = this->m_action->GetLocation()[2];
this->m_previousTickleStates |= 1 << (unsigned char)previousTickleState;
this->m_currentTickleState = TickleState_Ready;