merge lots of chrome bits into one texture

This commit is contained in:
Chris Forbes
2010-04-11 20:03:18 +12:00
committed by Bob
parent 1244ee88be
commit cb15ab1a1f
3 changed files with 32 additions and 54 deletions

View File

@@ -57,7 +57,7 @@ namespace OpenRA.GlRenderer
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_RED_SIZE, 8);
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_GREEN_SIZE, 8);
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_BLUE_SIZE, 8);
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_ALPHA_SIZE, 8);
Sdl.SDL_GL_SetAttribute(Sdl.SDL_GL_ALPHA_SIZE, 0);
if (Environment.OSVersion.Platform == PlatformID.Win32NT)
{