Remove legacy renderers.

This commit is contained in:
Paul Chote
2014-05-02 18:47:49 +12:00
parent 189f23e442
commit 03c3c3ae9b
37 changed files with 188 additions and 2675 deletions

View File

@@ -82,7 +82,7 @@ namespace OpenRA
public class GraphicSettings
{
public string Renderer = "Gl";
public string Renderer = "Sdl2";
public WindowMode Mode = WindowMode.PseudoFullscreen;
public int2 FullscreenSize = new int2(0, 0);
public int2 WindowedSize = new int2(1024, 768);