mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 05:13:22 +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)
|
if (realmWriteTask == null)
|
||||||
{
|
{
|
||||||
Current.Disabled = false;
|
Current.Disabled = false;
|
||||||
Current.Disabled = allowOffsetAdjust;
|
|
||||||
Current.Value = val;
|
Current.Value = val;
|
||||||
|
Current.Disabled = allowOffsetAdjust;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (realmWriteTask?.IsCompleted == true)
|
if (realmWriteTask?.IsCompleted == true)
|
||||||
|
Loading…
Reference in New Issue
Block a user