Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
115
void FpsCounter::draw()
116
{
117
Surface::draw();
118
_text->blit(this);
119
}
120
121
void FpsCounter::addFrame()
122
{
Callers
nothing calls this directly
Calls
1
blit
Method · 0.45
Tested by
no test coverage detected