MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xCameraFXEnd

Function xCameraFXEnd

src/SB/Core/x/xCamera.cpp:1145–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1143}
1144
1145void xCameraFXEnd(xCamera* cam)
1146{
1147 xMat4x3Copy(&cam->mat, &sCameraFXMatOld);
1148 iCameraUpdatePos(cam->lo_cam, &sCameraFXMatOld);
1149}
1150
1151void xCameraEnd(xCamera* cam, F32 seconds, S32 update_scrn_fx)
1152{

Callers

nothing calls this directly

Calls 2

xMat4x3CopyFunction · 0.85
iCameraUpdatePosFunction · 0.70

Tested by

no test coverage detected