Remove static state from ChromeProvider.

This commit is contained in:
Paul Chote
2014-10-10 22:48:09 +13:00
parent 268c63f7df
commit 9f3230a009
2 changed files with 2 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ namespace OpenRA.Widgets
if (hk == Game.Settings.Keys.DevReloadChromeKey)
{
ChromeProvider.Initialize();
ChromeProvider.Initialize(Game.modData.Manifest.Chrome);
return true;
}
}