MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / teamCallback

Method teamCallback

src/bzflag/JoinMenu.cpp:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278void JoinMenu::teamCallback(HUDuiControl*, void* source) {
279 ((JoinMenu*)source)->updateTeamTexture();
280}
281
282void JoinMenu::updateTeamTexture() {
283 TextureManager& tm = TextureManager::instance();

Callers

nothing calls this directly

Calls 1

updateTeamTextureMethod · 0.80

Tested by

no test coverage detected