MCPcopy Create free account
hub / github.com/comaps/comaps / OnFinish

Method OnFinish

libs/drape_frontend/animation/parallel_animation.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void ParallelAnimation::OnFinish()
149{
150 for (auto & anim : m_animations)
151 anim->OnFinish();
152}
153
154void ParallelAnimation::Advance(double elapsedSeconds)
155{

Callers 2

AdvanceMethod · 0.45
AdvanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected