MCPcopy 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
14void 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

setFrameMethod · 0.45
animationMethod · 0.45

Tested by

no test coverage detected