mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 20:32:55 +08:00
Move line to correct location
This commit is contained in:
parent
df815bf41b
commit
e75916555c
@ -123,8 +123,8 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
if (realmWriteTask == null)
|
||||
{
|
||||
Current.Disabled = false;
|
||||
Current.Disabled = allowOffsetAdjust;
|
||||
Current.Value = val;
|
||||
Current.Disabled = allowOffsetAdjust;
|
||||
}
|
||||
|
||||
if (realmWriteTask?.IsCompleted == true)
|
||||
|
Loading…
Reference in New Issue
Block a user