* Move the quit button to the bottom of the list.

This commit is contained in:
iProgramInCpp
2023-08-07 22:01:18 +03:00
parent d5a733466d
commit e028fc6495

View File

@@ -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);