mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-08 14:37:00 -04:00
Linux build fixes.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user