alpha-modifier: add support for protocol
This commit is contained in:
parent
87173bd09d
commit
f587c3e0ba
7 changed files with 187 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue