diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-20 00:44:23 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-20 00:44:23 -0300 |
| commit | 99dc81988affeed0d2dbc8fa0cb864be3afd7cae (patch) | |
| tree | 2f68339b684544d586340c44c99bf1b3b4c4eb31 | |
| parent | 07d5640585d4a17a9637721105c3dcf3032797df (diff) | |
| parent | a822e89d633e0a459f63a01af3fa763bfe974f74 (diff) | |
Merge branch 'transformfuncsforint' of https://github.com/HarbourMasters/SpaghettiKart into transformfuncsforint
| -rw-r--r-- | src/port/ui/PortMenu.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/ui/PortMenu.cpp b/src/port/ui/PortMenu.cpp index 286d02aab..6f2a4ec48 100644 --- a/src/port/ui/PortMenu.cpp +++ b/src/port/ui/PortMenu.cpp @@ -368,6 +368,7 @@ void PortMenu::AddEnhancements() { .Options(FloatSliderOptions().Min(-50.0f).Max(50.0f).DefaultValue(0.0f) .Tooltip("When Disable Wall Collision are enable what is the minimal height you can get.")); + #if not defined(__SWITCH__) and not defined(__WIIU__) path = { "Enhancements", "HM64 Lab", SECTION_COLUMN_1 }; AddSidebarEntry("Enhancements", "HM64 Lab", 4); AddWidget(path, "Enable HM64 Labs", WIDGET_CVAR_CHECKBOX) @@ -380,6 +381,7 @@ void PortMenu::AddEnhancements() { Ship::Context::GetInstance()->GetWindow()->GetGui()->GetGuiWindow("Properties")->ToggleVisibility(); }) .Options(UIWidgets::CheckboxOptions({{ .tooltip = "Edit the universe!"}})); + #endif } #ifdef __SWITCH__ |
