Commit dc9aa58e authored by fallenstardust's avatar fallenstardust

进入卡组编辑时清除聊天信息

parent b6553fd4
......@@ -505,6 +505,7 @@ bool MenuHandler::OnEvent(const irr::SEvent& event) {
mainGame->ebDeckname->setText(L"");
}
mainGame->HideElement(mainGame->wMainMenu);
mainGame->chatMsg->clear();
mainGame->deckBuilder.Initialize();
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment