Skip to content

Commit

Permalink
MACVENTURE: Clear the exits window before drawing the buttons
Browse files Browse the repository at this point in the history
This was a regression from adding background patterns.
  • Loading branch information
Torbjörn Andersson committed Sep 5, 2016
1 parent c4368a7 commit 623e4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/macventure/gui.cpp
Expand Up @@ -657,6 +657,7 @@ void Gui::drawInventories() {
}

void Gui::drawExitsWindow() {
_exitsWindow->setBackgroundPattern(kPatternLightGray);

Graphics::ManagedSurface *srf = _exitsWindow->getSurface();

Expand Down

0 comments on commit 623e4e2

Please sign in to comment.