Commit 0c35e4c
committed
Fix SplashScreen fade-out transparency regression after CsWin32 refactor
Initialize _blendFunction instead of using a local BLENDFUNCTION instance.
During fade-out, the uninitialized field caused AlphaFormat to be 0,
resulting in transparent regions rendering gray.
Fixes #113211 parent 9484c1c commit 0c35e4c
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments