oops this would reset to wuwa everytime LOL
This commit is contained in:
parent
ef2b6fa43e
commit
3587b0ec82
1 changed files with 0 additions and 2 deletions
|
@ -360,8 +360,6 @@ impl Launcher {
|
|||
Message::GameSelected(game) => {
|
||||
if let Some(game) = game {
|
||||
state.selected_game = game;
|
||||
} else {
|
||||
state.selected_game = PossibleGames::default();
|
||||
}
|
||||
let (width, height) = state.selected_game.get_game_preferred_size();
|
||||
let task = window::get_latest().and_then(move |id: window::Id| {
|
||||
|
|
Loading…
Reference in a new issue