MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / CleanOverTexts

Method CleanOverTexts

projects/uMenu/source/ul/menu/ui/ui_EntryMenu.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 void EntryMenu::CleanOverTexts() {
156 for(auto &over_text_tex: this->entry_over_texts) {
157 pu::ui::render::DeleteTexture(over_text_tex);
158 }
159 }
160
161 void EntryMenu::LoadOverText(const u32 idx) {
162 if(idx < this->cur_entries.size()) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected