mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-07 12:07:53 -04:00
Sub menu display name, assert on text input.
This commit is contained in:
@@ -394,7 +394,7 @@ void ModMenu::mod_configure_requested() {
|
||||
}
|
||||
}
|
||||
|
||||
config_sub_menu->enter(mod_details[active_mod_index].mod_id);
|
||||
config_sub_menu->enter(mod_details[active_mod_index].display_name);
|
||||
sub_menu_context.close();
|
||||
|
||||
// Reopen the context that was open when this function was called.
|
||||
|
||||
Reference in New Issue
Block a user