renderer: fix popup fadeout blur (#11756)

popups dont get no xray
This commit is contained in:
Vaxry 2025-10-02 12:01:16 +02:00 committed by GitHub
parent e0c96276df
commit c467bb2640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 13 deletions

View file

@ -21,6 +21,7 @@ class CTexPassElement : public IPassElement {
CBox clipBox;
bool blur = false;
std::optional<float> ignoreAlpha;
std::optional<bool> blockBlurOptimization;
};
CTexPassElement(const SRenderData& data);