Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80fccb4d authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "There should be a mandatory coder's license. Bug #8586560" into jb-mr2-dev

parents 629b1c4f 4abab937
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ void Dither::bindDitherTexture() {
void Dither::clear() {
    if (mInitialized) {
        glDeleteTextures(1, &mDitherTexture);
        mInitialized = false;
    }
}