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
|
||||
void LegoTexturePresenter::DoneTickle()
|
||||
{
|
||||
if (this->m_compositePresenter) {
|
||||
if (this->m_compositePresenter->VTable0x64(2) == 0) {
|
||||
if (this->m_compositePresenter && !this->m_compositePresenter->VTable0x64(2)) {
|
||||
SetTickleState(TickleState_Idle);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
MxMediaPresenter::DoneTickle();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user