mirror of
https://github.com/celisej567/mcpe.git
synced 2025-12-31 17:49:17 +03:00
* Move the quit button to the bottom of the list.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user