Fix console opening when only opening and closing debugging tools dropdown

This commit is contained in:
Tom Lankhorst 2019-01-20 11:22:25 +01:00 committed by Michael Steenbeek
parent 7de115263e
commit 2695142fbf
1 changed files with 0 additions and 1 deletions

View File

@ -3200,7 +3200,6 @@ static void top_toolbar_init_debug_menu(rct_window* w, rct_widget* widget)
}
dropdown_set_checked(DDIDX_DEBUG_PAINT, window_find_by_class(WC_DEBUG_PAINT) != nullptr);
gDropdownDefaultIndex = DDIDX_CONSOLE;
}
static void top_toolbar_init_network_menu(rct_window* w, rct_widget* widget)