Avoid warning

This commit is contained in:
twinaphex 2016-05-09 19:24:10 +02:00
parent 1cd98f1cf7
commit 6bbe5fb83a
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ static bool gl_check_mipmap(void)
if (!extension)
return false;
return glGenerateMipmap;
return true;
}
#ifndef HAVE_OPENGLES