Avoid warning
This commit is contained in:
parent
1cd98f1cf7
commit
6bbe5fb83a
|
@ -197,7 +197,7 @@ static bool gl_check_mipmap(void)
|
|||
if (!extension)
|
||||
return false;
|
||||
|
||||
return glGenerateMipmap;
|
||||
return true;
|
||||
}
|
||||
|
||||
#ifndef HAVE_OPENGLES
|
||||
|
|
Loading…
Reference in New Issue