mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
HYPNO: fixed issue highlighting items of menus in boyz
This commit is contained in:
parent
66523d947f
commit
39bacf820e
@ -196,8 +196,8 @@ bool BoyzEngine::hoverHotspot(Common::Point mousePos) {
|
||||
if (menu->type == MakeMenu && !menu->background.empty()) { // Hihghlight
|
||||
Graphics::Surface sub = menu->backgroundFrames[2]->getSubArea(selected.rect);
|
||||
drawImage(*menu->backgroundFrames[1], 0, 0, false);
|
||||
drawImage(sub, selected.rect.left, selected.rect.top, false);
|
||||
renderHighlights(hots);
|
||||
drawImage(sub, selected.rect.left, selected.rect.top, false);
|
||||
drawScreen();
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user