alpha-modifier: add support for protocol

This commit is contained in:
Vaxry
2024-04-21 21:21:22 +01:00
parent 87173bd09d
commit f587c3e0ba
7 changed files with 187 additions and 8 deletions

View File

@@ -81,6 +81,9 @@ class CWLSurface {
return (CWLSurface*)pSurface->data;
}
// used by the alpha-modifier protocol
float m_pAlphaModifier = 1.F;
private:
bool m_bInert = true;