commit | 4abab937bf3f168763a7c029275bf1de151ec1ae | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Fri Apr 12 16:51:21 2013 -0700 |
committer | Romain Guy <romainguy@google.com> | Fri Apr 12 16:51:21 2013 -0700 |
tree | ad9b7b4bcb37af8d4c91d332a38b4339fa770923 | |
parent | 95aeff8f11968c8b29ae114bb5e1172c70cf7634 [diff] [blame] |
There should be a mandatory coder's license. Bug #8586560 And I don't deserve to pass the test. Change-Id: Ic7886205511f16145a925fc860e4a03dfaf473d5
diff --git a/libs/hwui/Dither.cpp b/libs/hwui/Dither.cpp index 51f1e39..19b3849 100644 --- a/libs/hwui/Dither.cpp +++ b/libs/hwui/Dither.cpp
@@ -75,6 +75,7 @@ void Dither::clear() { if (mInitialized) { glDeleteTextures(1, &mDitherTexture); + mInitialized = false; } }