mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Use shorthand calls
This commit is contained in:
parent
6c20af9ad9
commit
65437f732d
@ -175,8 +175,8 @@ MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyM
|
|||||||
CalcLocalTransform(posVec, dirVec, upVec, outMatrix);
|
CalcLocalTransform(posVec, dirVec, upVec, outMatrix);
|
||||||
m_viewROI->WrappedSetLocalTransform(outMatrix);
|
m_viewROI->WrappedSetLocalTransform(outMatrix);
|
||||||
|
|
||||||
m_3dManager->GetLego3DView()->Add(*m_viewROI);
|
m_3dManager->Add(*m_viewROI);
|
||||||
m_3dManager->GetLego3DView()->SetPointOfView(*m_viewROI);
|
m_3dManager->SetPointOfView(*m_viewROI);
|
||||||
|
|
||||||
m_unk0x100d9d00 = new MxUnknown100d9d00;
|
m_unk0x100d9d00 = new MxUnknown100d9d00;
|
||||||
m_unk0xe4 = FALSE;
|
m_unk0xe4 = FALSE;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user