improved batching behavior of text rendering

This commit is contained in:
Chris Forbes
2010-04-09 18:21:15 +12:00
parent 7fa6ba6ddd
commit 93702c183a
5 changed files with 11 additions and 3 deletions

View File

@@ -55,6 +55,8 @@ namespace OpenRA.Widgets
Color.White);
Game.chrome.lineRenderer.Flush();
}
Game.chrome.rgbaRenderer.Flush();
base.Draw();
}