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

Function render_par_sprite

src/SB/Core/x/xParSys.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127static void render_par_sprite(void* data, xParGroup* ps)
128{
129 if (!using_ptank_render(*((xParSys*)data)->tasset))
130 {
131 iParMgrRenderParSys_Sprite(data, ps);
132 }
133}
134
135void xParCmdTexInit(xParCmdTex* tex)
136{

Callers

nothing calls this directly

Calls 2

using_ptank_renderFunction · 0.85

Tested by

no test coverage detected