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

Commit 5141bf80 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

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

* commit '80fccb4d':
  There should be a mandatory coder's license. Bug #8586560
parents 95637018 80fccb4d
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;
    }
}