mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Fix errors caused by #30
This commit is contained in:
@@ -32,7 +32,7 @@ ConfirmScreen::ConfirmScreen(Screen* pScreen, const std::string& line1, const st
|
||||
|
||||
void ConfirmScreen::buttonClicked(Button* pButton)
|
||||
{
|
||||
postResult(pButton->buttonId == 0);
|
||||
postResult(pButton->m_buttonId == 0);
|
||||
}
|
||||
|
||||
bool ConfirmScreen::handleBackEvent(bool b)
|
||||
|
||||
Reference in New Issue
Block a user