diff --git a/source/client/gui/screens/PauseScreen.cpp b/source/client/gui/screens/PauseScreen.cpp index d43ef80..ceb18d2 100644 --- a/source/client/gui/screens/PauseScreen.cpp +++ b/source/client/gui/screens/PauseScreen.cpp @@ -64,6 +64,9 @@ void PauseScreen::init() #endif } + //swap the options and quit buttons around (??) + std::swap(m_btnOptions.m_yPos, m_btnQuit.m_yPos); + for (auto thing : m_buttons) m_buttonTabList.push_back(thing);