| 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()) { |
no outgoing calls
no test coverage detected