mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix test failures in PerformFromScreen tests
This commit is contained in:
@ -176,6 +176,7 @@ namespace osu.Game.Overlays.Volume
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Bindable.ValueChanged += volume =>
|
||||
{
|
||||
this.TransformTo("DisplayVolume",
|
||||
@ -183,6 +184,7 @@ namespace osu.Game.Overlays.Volume
|
||||
400,
|
||||
Easing.OutQuint);
|
||||
};
|
||||
|
||||
bgProgress.Current.Value = 0.75f;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user