GUI: Fix GCC Warnings.
This commit is contained in:
parent
bb252b428c
commit
7843e12cad
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ void OptionsDialog::apply() {
|
|||
if (_enableShaderSettings) {
|
||||
if (g_system->hasFeature(OSystem::kFeatureShader)) {
|
||||
if (_shaderPopUp) {
|
||||
if (ConfMan.getInt("shader", _domain) != _shaderPopUp->getSelectedTag()) {
|
||||
if (ConfMan.getInt("shader", _domain) != (int32)_shaderPopUp->getSelectedTag()) {
|
||||
ConfMan.setInt("shader", _shaderPopUp->getSelectedTag(), _domain);
|
||||
g_system->setShader(_shaderPopUp->getSelectedTag());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue