Update osu-framework

This commit is contained in:
Drew DeVault
2016-10-12 11:31:44 -04:00
committed by Dean Herbert
parent 45c0bc5428
commit ddac0e8c8f
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Game
public MainMenu MainMenu => intro?.ChildGameMode as MainMenu;
private Intro intro;
private string[] args;
private IPCChannel<ImportBeatmap> BeatmapIPC;
private IpcChannel<ImportBeatmap> BeatmapIPC;
public Bindable<PlayMode> PlayMode;
@ -55,7 +55,7 @@ namespace osu.Game
public override void Load(BaseGame game)
{
BeatmapIPC = new IPCChannel<ImportBeatmap>(Host);
BeatmapIPC = new IpcChannel<ImportBeatmap>(Host);
if (!Host.IsPrimaryInstance)
{