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