From 9f5c08728d3a8b73fc9daeb0e857c1c8b77a20d9 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 10 Apr 2010 18:21:25 +1200 Subject: [PATCH] Fix merge error --- OpenRA.Game/Chrome.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Chrome.cs b/OpenRA.Game/Chrome.cs index dd4a9c1a1d..8cba44cfbb 100644 --- a/OpenRA.Game/Chrome.cs +++ b/OpenRA.Game/Chrome.cs @@ -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() {