1
0
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:
Dean Herbert 2025-01-24 16:45:14 +09:00
parent df815bf41b
commit e75916555c
No known key found for this signature in database

View File

@ -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)