moved rootWidget back to Chrome
This commit is contained in:
@@ -7,7 +7,6 @@ namespace OpenRA
|
||||
{
|
||||
class WidgetLoader
|
||||
{
|
||||
public static Widget rootWidget;
|
||||
public static Widget LoadWidget(KeyValuePair<string, MiniYaml> node)
|
||||
{
|
||||
var widget = NewWidget(node.Key);
|
||||
|
||||
Reference in New Issue
Block a user