mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-04-07 05:56:53 +02:00
Linux build fixes.
This commit is contained in:
parent
b8f0658343
commit
8062a420c6
@ -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…
x
Reference in New Issue
Block a user