Update mxpresenter.cpp

This commit is contained in:
Christian Semmler 2023-09-19 17:57:00 -04:00 committed by GitHub
parent 8c9f32004f
commit 1dfe50eaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,7 @@ undefined4 MxPresenter::PutData()
}
// OFFSET: LEGO1 0x1000bfd0
MxBool MxPresenter::IsHit(MxS32 p_x, MxS32 p_u)
MxBool MxPresenter::IsHit(MxS32 p_x, MxS32 p_y)
{
return FALSE;
}