Skip to content

Commit 1e1de93

Browse files
committed
Fix crash after pressing start for a few times
1 parent 24d45b5 commit 1e1de93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/control_panel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ void ControlPanel::custom_ready() {
357357
bool start = play_button_->get_text() == FTR("start") + " (F5)";
358358

359359
GuiInterface::Instance().is_using_wifi = true;
360+
GuiInterface::Instance().links_.clear();
360361

361362
if (start) {
362363
bool all_started = true;

0 commit comments

Comments
 (0)