mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix some warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user