Render titlebox over storyscreen background (bug #24510)
This commit is contained in:
parent
8abb0cf3a5
commit
1fcf7ed993
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue