Skip to content

Commit

Permalink
Warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 27, 2024
1 parent a2e7712 commit bcb4d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UI/GameSettingsScreen.cpp
Expand Up @@ -1404,6 +1404,8 @@ UI::EventReturn GameSettingsScreen::OnChangeBackground(UI::EventParams &e) {
case ImageFileType::PNG:
filename = "background.png";
break;
default:
break;
}

if (!filename.empty()) {
Expand Down

0 comments on commit bcb4d36

Please sign in to comment.