Bugfix: "perf text doesn't display until i mouseover options button"

This commit is contained in:
Paul Chote
2010-04-11 14:32:46 +12:00
parent 559a0107fe
commit 41623cff6b
4 changed files with 75 additions and 71 deletions

View File

@@ -118,6 +118,7 @@ namespace OpenRA
{
rootWidget = WidgetLoader.LoadWidget( widgetYaml.FirstOrDefault() );
rootWidget.Initialize();
rootWidget.InitDelegates();
}
}