Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xUpdateCull_Reset
Function
xUpdateCull_Reset
src/SB/Core/x/xUpdateCull.cpp:349–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
void xUpdateCull_Reset(xUpdateCullMgr* m)
350
{
351
for (U32 i = m->entActive; i < m->entCount; i++)
352
{
353
xUpdateCull_MakeActive(m, m->mgr[i]);
354
}
355
}
Callers
1
zSceneReset
Function · 0.50
Calls
1
xUpdateCull_MakeActive
Function · 0.85
Tested by
no test coverage detected