Fix merge error

This commit is contained in:
Paul Chote
2010-04-10 18:21:25 +12:00
committed by Chris Forbes
parent 9afe3fdaa8
commit 9f5c08728d

View File

@@ -390,7 +390,7 @@ namespace OpenRA
} }
public void DrawWidgets(World world) { rootWidget.Draw(); shpRenderer.Flush(); rgbaRenderer.Flush(); } public void DrawWidgets(World world) { rootWidget.Draw(world); shpRenderer.Flush(); rgbaRenderer.Flush(); }
public void DrawLobby() public void DrawLobby()
{ {