Fix some warnings

This commit is contained in:
Bart van Strien
2011-12-27 21:25:06 +01:00
parent a855a01f02
commit 864c800e10
11 changed files with 49 additions and 25 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ namespace opengl
bool Image::hasNpot()
{
return GLEE_ARB_texture_non_power_of_two;
return GLEE_ARB_texture_non_power_of_two != 0;
}
} // opengl