MCPcopy 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
349void 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

zSceneResetFunction · 0.50

Calls 1

xUpdateCull_MakeActiveFunction · 0.85

Tested by

no test coverage detected