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

Method draw

Source/GUI/Image.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 { }
20
21 void Image::draw(Renderer::Master& renderer)
22 {
23 renderer.draw(m_quad);
24 }
25
26 void Image::setPosition(const sf::Vector2f& position)
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected