mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-03-25 20:43:14 +00:00
Linux build fixes.
This commit is contained in:
parent
b8f0658343
commit
8062a420c6
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "ui_slider.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <charconv>
|
||||
|
||||
namespace recompui {
|
||||
|
|
|
|||
|
|
@ -326,7 +326,9 @@ void ModMenu::create_mod_list() {
|
|||
|
||||
mod_entry_middles.resize(mod_entry_buttons.size());
|
||||
|
||||
mod_selected(0);
|
||||
if (!mod_details.empty()) {
|
||||
mod_selected(0);
|
||||
}
|
||||
}
|
||||
|
||||
ModMenu::ModMenu(Element *parent) : Element(parent) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue