Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ calc
Method
calc
src/Osako/MenuBackground.cpp:14–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
void MenuBackground::calc()
15
{
16
mAnimation->setFrame(mAnimFrame);
17
18
if (++mAnimFrame >= 360)
19
mAnimFrame = 0;
20
21
mScreen.animation();
22
}
Callers
nothing calls this directly
Calls
2
setFrame
Method · 0.45
animation
Method · 0.45
Tested by
no test coverage detected