1
0
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:
Dean Herbert 2017-07-19 16:07:11 +09:00
parent 11ddded6fc
commit 2b1e19814c

View File

@ -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(),
};
}