mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 03:24:08 +00:00
more CAutomobile
This commit is contained in:
parent
edf5ac2626
commit
2ae112fdf6
18 changed files with 475 additions and 34 deletions
|
@ -1012,7 +1012,7 @@ void CReplay::ProcessReplayCamera(void)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
TheCamera.m_vecGameCamPos = *TheCamera.GetMatrix().GetPosition();
|
||||
TheCamera.m_vecGameCamPos = TheCamera.GetMatrix().GetPosition();
|
||||
TheCamera.CalculateDerivedValues();
|
||||
RwMatrixUpdate(RwFrameGetMatrix(RwCameraGetFrame(TheCamera.m_pRwCamera)));
|
||||
RwFrameUpdateObjects(RwCameraGetFrame(TheCamera.m_pRwCamera));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue