Commit 9ee5c22
Set alpha value for newly created dim surface.
Newly created dim surface has alpha set to 1 (opaque),
but it is assumed in dim animation code that it is 0 (transparent).
When new dim surface is created and expected dim value is calculated to 0
then alpha is never set making screen black (dut to default aplha=1)
when dim surface is shown.1 parent 392fc35 commit 9ee5c22
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10986 | 10986 | | |
10987 | 10987 | | |
10988 | 10988 | | |
| 10989 | + | |
10989 | 10990 | | |
10990 | 10991 | | |
10991 | 10992 | | |
| |||
0 commit comments