This commit is contained in:
Agent X 2024-09-01 20:41:39 -04:00
parent b18af26c61
commit 4e01841693
1 changed files with 2 additions and 1 deletions

View File

@ -87,10 +87,11 @@ static void djui_panel_mod_menu_mod_create_element(struct DjuiBase* parent, int
} }
break; break;
} }
case MOD_MENU_ELEMENT_MAX: case MOD_MENU_ELEMENT_MAX: {
break; break;
} }
} }
}
void djui_panel_mod_menu_mod_create(struct DjuiBase* caller) { void djui_panel_mod_menu_mod_create(struct DjuiBase* caller) {
struct Mod* mod = NULL; struct Mod* mod = NULL;