mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix rebase error
Former-commit-id: 9d3866f860c80468c5087d8f8dbffd7c8a8441f9
This commit is contained in:
parent
e54a1ba369
commit
9aece17286
@ -61,7 +61,7 @@ impl PlayState for MainMenuState {
|
||||
if let Some((username, address)) = self.main_menu_ui.login_attempt() {
|
||||
// For now just start a new session
|
||||
return PlayStateResult::Push(
|
||||
Box::new(SessionState::new(&mut global_state.window.unwrap()), // TODO: Handle this error
|
||||
Box::new(SessionState::new(&mut global_state.window).unwrap()) // TODO: Handle this error
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user