blob: acb87e83ae956e66ed915d89032b18c80b566326 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
From: Julian Ospald <hasufell@gentoo.org>
Date: Tue Dec 24 21:10:12 UTC 2013
Subject: fix engine detection
--- a/OpenRA.Game/GameRules/Settings.cs
+++ b/OpenRA.Game/GameRules/Settings.cs
@@ -83,7 +83,7 @@
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);
|