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

@ -66,7 +66,7 @@ std::vector<PostProcessing::ShaderOption> PostProcessing::Shader::TakeOptions()
return std::move(m_options);
}
void PostProcessing::Shader::LoadOptions(SettingsInterface& si, const char* section)
void PostProcessing::Shader::LoadOptions(const SettingsInterface& si, const char* section)
{
for (ShaderOption& option : m_options)
{