Rename Renderer.Device to Renderer.Window.

This commit is contained in:
Paul Chote
2018-06-05 20:08:44 +01:00
parent 28c8089bc7
commit ab14a86d39
10 changed files with 44 additions and 44 deletions

View File

@@ -66,7 +66,7 @@ namespace OpenRA.Graphics
{
if (texture == null)
{
texture = Game.Renderer.Device.CreateTexture();
texture = Game.Renderer.Window.CreateTexture();
dirty = true;
}