diff --git a/OpenRA.Gl/GraphicsDevice.cs b/OpenRA.Gl/GraphicsDevice.cs index 60cda82a27..265564e651 100644 --- a/OpenRA.Gl/GraphicsDevice.cs +++ b/OpenRA.Gl/GraphicsDevice.cs @@ -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) { diff --git a/mods/ra/chrome.xml b/mods/ra/chrome.xml index 4cb9ffc64e..59d6457ba0 100644 --- a/mods/ra/chrome.xml +++ b/mods/ra/chrome.xml @@ -121,60 +121,38 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + @@ -188,8 +166,8 @@ - - + + diff --git a/mods/ra/dialog.png b/mods/ra/dialog.png index 828b17c1f9..b7047caefa 100644 Binary files a/mods/ra/dialog.png and b/mods/ra/dialog.png differ