Fixed errors & warnings to compile with VS 2011

This commit is contained in:
Aldo Fregoso
2012-05-20 21:00:14 -05:00
parent 5a798e78cd
commit 341a474c9a
6 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -2618,7 +2618,7 @@ bool RageDisplay_Legacy::SupportsTextureFormat(PixelFormat pixfmt, bool bRealtim
return glColorTableEXT && glGetColorTableParameterivEXT;
case GL_BGR:
case GL_BGRA:
return GLEW_EXT_bgra;
return !!GLEW_EXT_bgra;
default:
return true;
}