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

Commit 4abab937 authored by Romain Guy's avatar Romain Guy
Browse files

There should be a mandatory coder's license.

Bug #8586560

And I don't deserve to pass the test.

Change-Id: Ic7886205511f16145a925fc860e4a03dfaf473d5
parent 95aeff8f
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;
    }
}