diff options
Diffstat (limited to 'libs/hwui/Dither.cpp')
-rw-r--r-- | libs/hwui/Dither.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Dither.cpp b/libs/hwui/Dither.cpp index 4dc85e068133..649a7bc5d0b6 100644 --- a/libs/hwui/Dither.cpp +++ b/libs/hwui/Dither.cpp @@ -77,7 +77,7 @@ void Dither::bindDitherTexture() { void Dither::clear() { if (mInitialized) { - glDeleteTextures(1, &mDitherTexture); + mCaches->deleteTexture(mDitherTexture); mInitialized = false; } } |