fixed keybord selection for quit game play
This commit is contained in:
@ -94,6 +94,7 @@ private:
|
||||
int m_hoveredButton = -1;
|
||||
bool m_showSettingsPopup = false;
|
||||
bool m_showExitConfirmPopup = false;
|
||||
int m_exitPopupSelectedButton = 1; // 0 = YES, 1 = NO
|
||||
uint64_t m_loadStartTicks = 0;
|
||||
bool m_musicStarted = false;
|
||||
bool m_musicLoaded = false;
|
||||
|
||||
Reference in New Issue
Block a user