mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
Oops...
svn-id: r24238
This commit is contained in:
parent
cb0e8b577d
commit
6474c8cabf
@ -489,7 +489,7 @@ void ThemeClassic::restoreBackground(Common::Rect r, bool special) {
|
||||
#ifdef CT_NO_TRANSPARENCY
|
||||
_screen.fillRect(r, _bgcolor);
|
||||
#else
|
||||
if (_dialog && !_enableBlending) {
|
||||
if (_dialog) {
|
||||
if (!_dialog->screen.pixels) {
|
||||
_screen.fillRect(r, _bgcolor);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user