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

Function xParMgrUpdate

src/SB/Core/x/xParMgr.cpp:30–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void xParMgrUpdate(F32 elapsedTime)
31{
32 iParMgrUpdate(elapsedTime);
33
34 sFrameCount++;
35
36 if (sFrameCount > 10)
37 {
38 sFrameCount = 1;
39 }
40
41 U32 i;
42 for (i = sFrameCount; i >= 1; i--);
43 sFrameCount = i;
44}
45
46void xParMgrRender()
47{

Callers 1

zSaveLoad_TickFunction · 0.85

Calls 1

iParMgrUpdateFunction · 0.85

Tested by

no test coverage detected