mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
SCI: Don't dither in SCI.
svn-id: r43550
This commit is contained in:
parent
c3462a8c76
commit
a2a6967a63
@ -111,7 +111,7 @@ int GfxResManager::calculatePic(gfxr_pic_t *scaled_pic, gfxr_pic_t *unscaled_pic
|
||||
else
|
||||
gfxr_draw_pic01(scaled_pic, flags, default_palette, res->size, res->data, &style, res->id.number, _resManager->getViewType(), _staticPalette, _portBounds);
|
||||
|
||||
if (!_resManager->isVGA()) {
|
||||
if (_version <= SCI_VERSION_1_EGA) {
|
||||
if (need_unscaled)
|
||||
gfxr_remove_artifacts_pic0(scaled_pic, unscaled_pic);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user