GUI: Fix warnings
This commit is contained in:
parent
409dd27e76
commit
a65682a828
2 changed files with 10 additions and 3 deletions
|
@ -1449,6 +1449,9 @@ void ThemeEngine::drawDialogBackgroundClip(const Common::Rect &r, const Common::
|
|||
case kDialogBackgroundDefault:
|
||||
queueDDClip(kDDDefaultBackground, r, clip);
|
||||
break;
|
||||
case kDialogBackgroundNone:
|
||||
// no op
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue