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

Function zUIFont_PreUpdate

src/SB/Game/zUIFont.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void zUIFont_PreUpdate(zUIFont* ent, xScene* sc, F32 dt)
135{
136 zUI_PreUpdate(ent, sc, dt);
137}
138
139void zUIFont_Update(zUIFont* ent, xScene*, F32)
140{

Callers 1

zSceneUpdateFunction · 0.85

Calls 1

zUI_PreUpdateFunction · 0.70

Tested by

no test coverage detected