Merge "There should be a mandatory coder's license. Bug #8586560" into jb-mr2-dev
This commit is contained in:
@@ -75,6 +75,7 @@ void Dither::bindDitherTexture() {
|
|||||||
void Dither::clear() {
|
void Dither::clear() {
|
||||||
if (mInitialized) {
|
if (mInitialized) {
|
||||||
glDeleteTextures(1, &mDitherTexture);
|
glDeleteTextures(1, &mDitherTexture);
|
||||||
|
mInitialized = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user