commit | b5d6687c56ad7a219849af3aa10a9bb5acc9dbf5 | [log] [tgz] |
---|---|---|
author | Selim Cinek <cinek@google.com> | Thu May 19 14:38:10 2016 -0700 |
committer | Selim Cinek <cinek@google.com> | Thu May 19 14:38:10 2016 -0700 |
tree | c56998d5eb0348f677e3af418092051b88e90522 | |
parent | c2c0b043cf6e341ff445a63f573da16191ad9e91 [diff] |
Fixed a bug where the scrim could flash black when snoozing huns Because of an underflow the alpha could actually become 0xff instead off 0 which would be visible as a black scrim. This was because of our local updating of animators. Change-Id: I4201a4bbfbc7cbf32819f4814c165d0e11adaadb Fixes: 28840532