diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index d279bdfb1d..182f12edf8 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -197,7 +197,7 @@ static bool gl_check_mipmap(void) if (!extension) return false; - return glGenerateMipmap; + return true; } #ifndef HAVE_OPENGLES