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

Function xDecalUpdate

src/SB/Core/x/xDecal.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void xDecalUpdate(F32 dt)
33{
34 for (U32 i = 0; i < active_emitters_size; ++i)
35 {
36 if (active_emitters[i]->need_update())
37 {
38 active_emitters[i]->update(dt);
39 }
40 }
41}
42
43void xDecalEmitter::init(S32 max_size, const char* texture_name)
44{

Callers 1

zSceneUpdateFunction · 0.50

Calls 2

need_updateMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected