Qt: Fix postfx option pane not loading
This commit is contained in:
@ -263,6 +263,7 @@ std::vector<PostProcessing::ShaderOption> PostProcessing::Config::GetStageOption
|
||||
if (!shader)
|
||||
return ret;
|
||||
|
||||
shader->LoadOptions(si, section);
|
||||
ret = shader->TakeOptions();
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user