TWINE: fixed rendering artifacts for OverlayType::koInventoryItem

... in combination with the holomap
This commit is contained in:
Martin Gerhardy 2021-08-15 12:29:57 +02:00
parent 5456346d78
commit a1c1a74833

View File

@ -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);