MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / PrepareCamera

Function PrepareCamera

TombEngine/Game/camera.cpp:1572–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1570}
1571
1572void PrepareCamera()
1573{
1574 if (TrackCameraInit)
1575 {
1576 UseSpotCam = false;
1577 AlterFOV(LastFOV);
1578 }
1579}
1580
1581void UpdateCamera()
1582{

Callers 2

GamePhaseFunction · 0.85
FreezePhaseFunction · 0.85

Calls 1

AlterFOVFunction · 0.85

Tested by

no test coverage detected