mirror of https://github.com/axmolengine/axmol.git
Fix ci [ci build]
This commit is contained in:
parent
98fda4ae1e
commit
5570b17a17
|
@ -80,8 +80,6 @@ static bool checkReallySupportsASTC() {
|
|||
glBindTexture(GL_TEXTURE_2D, 0); // ubind texture
|
||||
glDeleteTextures(1, &texID);
|
||||
|
||||
CHECK_GL_ERROR_DEBUG();
|
||||
|
||||
return !error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue