mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Fix
This commit is contained in:
parent
48be52594a
commit
93e10d9452
@ -242,12 +242,12 @@ MxStillPresenter* MxStillPresenter::Clone()
|
|||||||
|
|
||||||
if (m_alpha)
|
if (m_alpha)
|
||||||
presenter->m_alpha = new MxVideoPresenter::AlphaMask(*m_alpha);
|
presenter->m_alpha = new MxVideoPresenter::AlphaMask(*m_alpha);
|
||||||
|
|
||||||
|
result = SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
result = SUCCESS;
|
|
||||||
|
|
||||||
done:
|
done:
|
||||||
if (result != SUCCESS) {
|
if (result != SUCCESS) {
|
||||||
delete presenter;
|
delete presenter;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user