Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xCameraExit
Function
xCameraExit
src/SB/Core/x/xCamera.cpp:66–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void xCameraExit(xCamera* cam)
67
{
68
if (cam->lo_cam)
69
{
70
iCameraDestroy(cam->lo_cam);
71
cam->lo_cam = NULL;
72
}
73
}
74
75
void xCameraReset(xCamera* cam, F32 d, F32 h, F32 pitch)
76
{
Callers
2
zGameExit
Function · 0.85
zMenuExit
Function · 0.85
Calls
1
iCameraDestroy
Function · 0.70
Tested by
no test coverage detected