Skip to content

Commit

Permalink
Don't show info on splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
patapancakes committed Nov 1, 2023
1 parent 26eb5a2 commit 23e03d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene_logo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Scene_Logo::Scene_Logo(unsigned current_logo_index) :
void Scene_Logo::Start() {
if (!skip_logos) {
logo_img = LoadLogo();
DrawTextOnLogo(false);
//DrawTextOnLogo(false);
DrawLogo(logo_img);
}
}
Expand Down

0 comments on commit 23e03d4

Please sign in to comment.