Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
u8 AppMgr::msChangeStallFrame;
30
31
void 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
42
void AppMgr::calc()
43
{
Callers
2
draw
Function · 0.45
endRender
Function · 0.45
Calls
1
draw
Function · 0.70
Tested by
no test coverage detected