mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Set to enable or disable at load time
This commit is contained in:
parent
bfca64a98e
commit
6c82f1de9b
@ -237,6 +237,8 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
useAverageButton.Enabled.Value = !Precision.AlmostEquals(lastPlayAverage, 0, Current.Precision / 2);
|
||||||
|
|
||||||
if (settings != null)
|
if (settings != null)
|
||||||
{
|
{
|
||||||
globalOffsetText.AddText("You can also ");
|
globalOffsetText.AddText("You can also ");
|
||||||
|
Loading…
Reference in New Issue
Block a user