mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +08:00
Side flashes should not be affected by parallax
This commit is contained in:
parent
11ddded6fc
commit
2b1e19814c
@ -49,10 +49,10 @@ namespace osu.Game.Screens.Menu
|
||||
OnSolo = delegate { Push(consumeSongSelect()); },
|
||||
OnMulti = delegate { Push(new Lobby()); },
|
||||
OnExit = delegate { Exit(); },
|
||||
},
|
||||
new MenuSideFlashes(),
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
new MenuSideFlashes(),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user