Skip to content

Commit

Permalink
Fixup b46a64b (forgot to commit this bit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz authored and GregoryLundberg committed Nov 30, 2017
1 parent 322a6e3 commit 1b93907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/multiplayer/lobby.cpp
Expand Up @@ -1022,7 +1022,7 @@ void mp_lobby::refresh_lobby()

void mp_lobby::show_preferences_button_callback(window& window)
{
gui2::dialogs::preferences_dialog::display(window.video(), game_config_);
gui2::dialogs::preferences_dialog::display(game_config_);

/**
* The screen size might have changed force an update of the size.
Expand Down

0 comments on commit 1b93907

Please sign in to comment.