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

Method render

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

Source from the content-addressed store, hash-verified

24}
25
26void Logo::render() {
27 _logoLeftBlack.draw(400, 120);
28 _logoLeft.draw(400, 120);
29 _logoRightBlack.draw(400, 120);
30 _logoRight.draw(400, 120);
31}
32
33void Logo::update(const std::chrono::duration<double> deltaTime) {
34 _logoLeft.update(deltaTime);

Callers

nothing calls this directly

Calls 1

drawMethod · 0.45

Tested by

no test coverage detected