rename DrawMainMenu -> DrawWidgets
This commit is contained in:
@@ -423,7 +423,7 @@ namespace OpenRA
|
||||
|
||||
}
|
||||
|
||||
public void DrawMainMenu(World world) { rootWidget.Draw(); }
|
||||
public void DrawWidgets(World world) { rootWidget.Draw(); }
|
||||
|
||||
public void DrawLobby( World world )
|
||||
{
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace OpenRA.Graphics
|
||||
{
|
||||
// what a hack. as soon as we have some real chrome stuff...
|
||||
|
||||
Game.chrome.DrawMainMenu(world);
|
||||
Game.chrome.DrawWidgets(world);
|
||||
switch( Game.orderManager.Connection.ConnectionState )
|
||||
{
|
||||
case ConnectionState.Connecting:
|
||||
|
||||
Reference in New Issue
Block a user