MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / ~TextCache

Method ~TextCache

src/Font.cpp:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539TextCache::~TextCache()
540{
541 delete[] verts;
542 delete[] colors;
543}
544
545void TextCache::setColor(unsigned int color)
546{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected