diff --git a/LEGO1/omni/src/video/mxstillpresenter.cpp b/LEGO1/omni/src/video/mxstillpresenter.cpp index 4093dabe..a144e7c1 100644 --- a/LEGO1/omni/src/video/mxstillpresenter.cpp +++ b/LEGO1/omni/src/video/mxstillpresenter.cpp @@ -231,7 +231,7 @@ MxStillPresenter* MxStillPresenter::Clone() if (presenter) { if (presenter->AddToManager() == SUCCESS) { - MxDSAction* action = presenter->GetAction()->Clone(); + MxDSAction* action = GetAction()->Clone(); if (action && presenter->StartAction(NULL, action) == SUCCESS) { presenter->SetBit0(GetBit0());