MCPcopy Create free account
hub / github.com/doldecomp/mkdd / draw

Method draw

src/Osako/AppMgr.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29u8 AppMgr::msChangeStallFrame;
30
31void AppMgr::draw()
32{
33 if (msDrawStallFrame != 0)
34 msDrawStallFrame--;
35 else if (mspGameApp)
36 mspGameApp->draw();
37
38 CardAgent::draw();
39 ResetAgent::draw();
40}
41
42void AppMgr::calc()
43{

Callers 2

drawFunction · 0.45
endRenderFunction · 0.45

Calls 1

drawFunction · 0.70

Tested by

no test coverage detected