Update mxloopingflcpresenter.cpp

This commit is contained in:
Christian Semmler 2023-10-03 17:15:48 -04:00 committed by GitHub
parent dd1e30fb72
commit faea994f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ MxLoopingFlcPresenter::MxLoopingFlcPresenter()
// OFFSET: LEGO1 0x100b43b0 STUB
MxLoopingFlcPresenter::~MxLoopingFlcPresenter()
{
Destroy(true);
Destroy(TRUE);
}
// OFFSET: LEGO1 0x100b4410
@ -28,4 +28,4 @@ void MxLoopingFlcPresenter::Init()
void MxLoopingFlcPresenter::Destroy(MxBool p_param)
{
// TODO
}
}