mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 18:41:12 +00:00
MACVENTURE: Clear the exits window before drawing the buttons
This was a regression from adding background patterns.
This commit is contained in:
parent
c4368a7cd2
commit
623e4e2fdc
@ -657,6 +657,7 @@ void Gui::drawInventories() {
|
||||
}
|
||||
|
||||
void Gui::drawExitsWindow() {
|
||||
_exitsWindow->setBackgroundPattern(kPatternLightGray);
|
||||
|
||||
Graphics::ManagedSurface *srf = _exitsWindow->getSurface();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user