mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix crash in MxStillPresenter::Clone
This commit is contained in:
parent
e441ed15b7
commit
03428a2ac2
@ -231,7 +231,7 @@ MxStillPresenter* MxStillPresenter::Clone()
|
|||||||
|
|
||||||
if (presenter) {
|
if (presenter) {
|
||||||
if (presenter->AddToManager() == SUCCESS) {
|
if (presenter->AddToManager() == SUCCESS) {
|
||||||
MxDSAction* action = presenter->GetAction()->Clone();
|
MxDSAction* action = GetAction()->Clone();
|
||||||
|
|
||||||
if (action && presenter->StartAction(NULL, action) == SUCCESS) {
|
if (action && presenter->StartAction(NULL, action) == SUCCESS) {
|
||||||
presenter->SetBit0(GetBit0());
|
presenter->SetBit0(GetBit0());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user