1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Revert "Merge pull request #14772 from Joehuu/lounge-disallow-track-adj"

This reverts commit 06ff4838fb, reversing
changes made to 5453ea0ce9.
This commit is contained in:
Dean Herbert 2021-09-17 13:22:39 +09:00
parent 06ff4838fb
commit cd4ba71a6b

View File

@ -37,8 +37,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
{
public override string Title => "Lounge";
public override bool? AllowTrackAdjustments => false;
protected override BackgroundScreen CreateBackground() => new LoungeBackgroundScreen
{
SelectedRoom = { BindTarget = SelectedRoom }