MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / update

Method update

src/OD2/Scenes/MainMenu/Logo.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void Logo::update(const std::chrono::duration<double> deltaTime) {
34 _logoLeft.update(deltaTime);
35 _logoLeftBlack.update(deltaTime);
36 _logoRight.update(deltaTime);
37 _logoRightBlack.update(deltaTime);
38}
39
40} // namespace OD2::Scenes::MainMenu

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected