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

Method addDebugSector

Source/HUD/Debug.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19void Debug_HUD::addDebugSector(std::string&& format,
20 const sf::Vector2f& position,
21 const void* info)
22{
23 m_debugSectors.emplace_back(std::move(format), position, info);
24}
25
26void Debug_HUD::draw(Renderer::Master& master)
27{

Callers 1

initHUDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected