MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / update

Method update

src/visualization/stage.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void Stage::update() const {
188 for (const auto& game_obj : all_game_objects | std::views::values) {
189 game_obj->update();
190 }
191}
192
193void Stage::draw() {
194 auto ordered_components = std::set<Component*, CompareRenderOrder>{};

Callers 2

mainFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36