Skip to content

Commit

Permalink
Render titlebox over storyscreen background (bug #24510)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 13, 2016
1 parent 8abb0cf commit 1fcf7ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/storyscreen/render.cpp
Expand Up @@ -319,6 +319,8 @@ void part_ui::render_background()
video_.getSurface()
);
sdl_blit(background_, NULL, video_.getSurface(), NULL);
// Render the titlebox over the background
render_title_box();
}

bool part_ui::render_floating_images()
Expand Down

0 comments on commit 1fcf7ed

Please sign in to comment.