mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 11:37:32 +09:00
Update osu-framework
This commit is contained in:
parent
45c0bc5428
commit
ddac0e8c8f
@ -1 +1 @@
|
|||||||
Subproject commit aa96aeec4a1da743b5b997844b9107ea94b9b8de
|
Subproject commit 6115acdeffbba5f35aa2ef20d4ec69b06a4116c0
|
@ -37,7 +37,7 @@ namespace osu.Game
|
|||||||
public MainMenu MainMenu => intro?.ChildGameMode as MainMenu;
|
public MainMenu MainMenu => intro?.ChildGameMode as MainMenu;
|
||||||
private Intro intro;
|
private Intro intro;
|
||||||
private string[] args;
|
private string[] args;
|
||||||
private IPCChannel<ImportBeatmap> BeatmapIPC;
|
private IpcChannel<ImportBeatmap> BeatmapIPC;
|
||||||
|
|
||||||
public Bindable<PlayMode> PlayMode;
|
public Bindable<PlayMode> PlayMode;
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ namespace osu.Game
|
|||||||
|
|
||||||
public override void Load(BaseGame game)
|
public override void Load(BaseGame game)
|
||||||
{
|
{
|
||||||
BeatmapIPC = new IPCChannel<ImportBeatmap>(Host);
|
BeatmapIPC = new IpcChannel<ImportBeatmap>(Host);
|
||||||
|
|
||||||
if (!Host.IsPrimaryInstance)
|
if (!Host.IsPrimaryInstance)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user