MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / OptionsGroupScreen_UpdateDesc

Function OptionsGroupScreen_UpdateDesc

src/Menus.c:695–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695CC_NOINLINE static void OptionsGroupScreen_UpdateDesc(struct OptionsGroupScreen* s) {
696 TextWidget_SetConst(&s->desc, optsGroup_descs[s->selectedI], &s->textFont);
697}
698
699static void OptionsGroupScreen_ContextLost(void* screen) {
700 struct OptionsGroupScreen* s = (struct OptionsGroupScreen*)screen;

Calls 1

TextWidget_SetConstFunction · 0.85

Tested by

no test coverage detected