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

@@ -25,7 +25,7 @@ namespace OpenRA.Renderer.Sdl2
{
public IGraphicsDevice Create(Size size, WindowMode windowMode)
{
Console.WriteLine("Using SDL2 renderer");
Console.WriteLine("Using SDL 2 with OpenGL renderer");
return new Sdl2GraphicsDevice(size, windowMode);
}
}