Fix ci [ci build]

This commit is contained in:
halx99 2021-06-10 12:55:58 +08:00 committed by GitHub
parent 98fda4ae1e
commit 5570b17a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -80,8 +80,6 @@ static bool checkReallySupportsASTC() {
glBindTexture(GL_TEXTURE_2D, 0); // ubind texture
glDeleteTextures(1, &texID);
CHECK_GL_ERROR_DEBUG();
return !error;
}