Include OpenGL version string in sysinfo.

This commit is contained in:
Paul Chote
2016-03-02 19:35:58 +00:00
committed by Oliver Brakmann
parent 6b4ccecabe
commit bc0efbefd1
6 changed files with 17 additions and 3 deletions

View File

@@ -273,5 +273,10 @@ namespace OpenRA
{
return Device.SetClipboardText(text);
}
public string GLVersion
{
get { return Device.GLVersion; }
}
}
}