reflect that renderers are input + rendering in console output

This commit is contained in:
Matthias Mailänder
2013-11-09 10:57:25 +01:00
parent eed38b3da4
commit 5d35dc0cc0
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Renderer.Glsl
{
public IGraphicsDevice Create(Size size, WindowMode windowMode)
{
Console.WriteLine("Using Gl renderer");
Console.WriteLine("Using SDL 1.2 with OpenGL renderer");
return new GraphicsDevice(size, windowMode);
}
}