more refs to Game.world (UIOverlay)

This commit is contained in:
Bob
2010-01-21 13:52:31 +13:00
parent 02ce7990c0
commit b3911db149
4 changed files with 9 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ namespace OpenRa.Graphics
foreach (var e in world.Effects)
DrawSpriteList(rect, e.Render());
uiOverlay.Draw();
uiOverlay.Draw( world );
spriteRenderer.Flush();