mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
Qt: fix shader parameter checkboxes
This commit is contained in:
parent
bca86728b0
commit
162c0ebf33
@ -1310,10 +1310,6 @@ void ShaderParamsDialog::onShaderParamCheckBoxClicked()
|
||||
if (paramVariant.isValid())
|
||||
{
|
||||
QString parameter = paramVariant.toString();
|
||||
bool ok = false;
|
||||
|
||||
if (!ok)
|
||||
return;
|
||||
|
||||
if (menu_shader)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user