Fixed errors & warnings to compile with VS 2011
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user