rename Ui.RootWidget to just Ui.Root
This commit is contained in:
@@ -131,7 +131,7 @@ namespace OpenRA.Mods.Cnc
|
||||
{ "continueLoading", () => TestAndContinue() },
|
||||
{ "installData", Info }
|
||||
};
|
||||
Ui.LoadWidget(Info["InstallerBackgroundWidget"], Ui.RootWidget, args);
|
||||
Ui.LoadWidget(Info["InstallerBackgroundWidget"], Ui.Root, args);
|
||||
Ui.OpenWindow(Info["InstallerMenuWidget"], args);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user