Skip to content

Commit

Permalink
hid editor connection menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 10, 2024
1 parent 45df430 commit 3036ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VortexEngine/src/Menus/Menus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ bool Menus::runMenuSelection()
// Hide the editor connection menu because it opens automatically
// TODO: Create a better way to hide this menu color, this menu
// will automatically open when the device is plugged in
//if (m_selection == MENU_EDITOR_CONNECTION) {
// m_selection++;
//}
if (m_selection == MENU_EDITOR_CONNECTION) {
m_selection++;
}
#endif
DEBUG_LOGF("Cyling to ring menu %u", m_selection);
// reset the open time so that it starts again
Expand Down

0 comments on commit 3036ab2

Please sign in to comment.