ImGuiFullscreen: Fix menu background obscuring text

This commit is contained in:
Stenzek
2023-12-14 23:55:44 +10:00
parent b79703d14e
commit b04578afee
3 changed files with 34 additions and 4 deletions

View File

@ -316,6 +316,7 @@ bool PostProcessing::ReShadeFXShader::LoadFromString(std::string name, std::stri
if (!CreateOptions(temp_module, error))
return false;
// check limits
if (!temp_module.techniques.empty())
{
bool has_passes = false;