fallback to defaults when something goes wrong

This commit is contained in:
Matthias Mailänder
2013-10-31 21:24:28 +01:00
parent bfcef9df45
commit eed38b3da4
3 changed files with 27 additions and 7 deletions

View File

@@ -48,7 +48,6 @@ namespace OpenRA.Renderer.SdlCommon
public static void WriteGraphicsLog(string message)
{
Log.AddChannel("graphics", "graphics.log");
Log.Write("graphics", message);
Log.Write("graphics", "");
Log.Write("graphics", "OpenGL Information:");