Qt: Fix postfx option pane not loading

This commit is contained in:
Stenzek
2023-10-16 01:00:43 +10:00
parent ef377fbd12
commit baa5472cc2
3 changed files with 3 additions and 2 deletions

View File

@ -263,6 +263,7 @@ std::vector<PostProcessing::ShaderOption> PostProcessing::Config::GetStageOption
if (!shader)
return ret;
shader->LoadOptions(si, section);
ret = shader->TakeOptions();
return ret;
}