mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
TWINE: fixed rendering artifacts for OverlayType::koInventoryItem
... in combination with the holomap
This commit is contained in:
parent
5456346d78
commit
a1c1a74833
@ -600,7 +600,7 @@ void Redraw::renderOverlays() {
|
||||
}
|
||||
case OverlayType::koInventoryItem: {
|
||||
const int32 item = overlay->info0;
|
||||
const Common::Rect rect(10, 10, 69, 69);
|
||||
const Common::Rect rect(10, 10, 79, 79);
|
||||
|
||||
_engine->_interface->drawFilledRect(rect, COLOR_BLACK);
|
||||
_engine->_interface->setClip(rect);
|
||||
|
Loading…
x
Reference in New Issue
Block a user