MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / draw

Method draw

Source/HUD/Debug.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void Debug_HUD::draw(Renderer::Master& master)
27{
28 for (auto& sect : m_debugSectors)
29 {
30 drawSection(sect, master);
31 }
32}
33
34void Debug_HUD::drawSection(Section& section, Renderer::Master& master)
35{

Callers 1

drawSectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected