MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / draw

Method draw

src/Interface/FpsCounter.cpp:115–119  ·  view source on GitHub ↗

* Draws the FPS counter. */

Source from the content-addressed store, hash-verified

113 * Draws the FPS counter.
114 */
115void FpsCounter::draw()
116{
117 Surface::draw();
118 _text->blit(this);
119}
120
121void FpsCounter::addFrame()
122{

Callers

nothing calls this directly

Calls 1

blitMethod · 0.45

Tested by

no test coverage detected