mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Fix a stupid bug in the CreateWorldScreen
This commit is contained in:
@@ -63,7 +63,7 @@ void CreateWorldScreen::buttonClicked(Button* pButton)
|
||||
m_pMinecraft->setScreen(new SelectWorldScreen);
|
||||
}
|
||||
|
||||
if (pButton->field_30 = m_btnCreate.field_30)
|
||||
if (pButton->field_30 == m_btnCreate.field_30)
|
||||
{
|
||||
std::string nameStr = m_textName.m_text;
|
||||
std::string seedStr = m_textSeed.m_text;
|
||||
|
||||
Reference in New Issue
Block a user