mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 22:00:51 +08:00
Update osu-framework
This commit is contained in:
committed by
Dean Herbert
Unverified
parent
45c0bc5428
commit
ddac0e8c8f
+1
-1
Submodule osu-framework updated: aa96aeec4a...6115acdeff
+2
-2
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user