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

Method update

src/SB/Core/x/xHudModel.cpp:54–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void model_widget::update(F32 dt)
55 {
56 widget::updater(dt);
57
58 if (!visible() || rc.a <= (0.5f / 255.0f))
59 {
60 return;
61 }
62
63 xModelUpdate(model, dt);
64 xModelEval(model);
65 }
66
67 void model_widget::render()
68 {

Callers

nothing calls this directly

Calls 3

xModelUpdateFunction · 0.85
xModelEvalFunction · 0.85
updaterFunction · 0.50

Tested by

no test coverage detected