mirror of
https://github.com/isledecomp/isle.git
synced 2026-05-06 23:13:57 +00:00
Fixes
This commit is contained in:
parent
3954ed6fc5
commit
d2c51ddffa
@ -27,11 +27,10 @@ MxResult LegoTexturePresenter::PutData()
|
|||||||
// FUNCTION: LEGO1 0x1004fcb0
|
// FUNCTION: LEGO1 0x1004fcb0
|
||||||
void LegoTexturePresenter::DoneTickle()
|
void LegoTexturePresenter::DoneTickle()
|
||||||
{
|
{
|
||||||
if (this->m_compositePresenter) {
|
if (this->m_compositePresenter && !this->m_compositePresenter->VTable0x64(2)) {
|
||||||
if (this->m_compositePresenter->VTable0x64(2) == 0) {
|
SetTickleState(TickleState_Idle);
|
||||||
SetTickleState(TickleState_Idle);
|
return;
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MxMediaPresenter::DoneTickle();
|
MxMediaPresenter::DoneTickle();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user