mirror of
https://github.com/ppy/osu
synced 2025-02-02 03:11:58 +00:00
Use lambda expression instead
This commit is contained in:
parent
735b6b0d6f
commit
b3ffd36b65
@ -123,10 +123,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
AddStep("pause gameplay clock", () => gameplayClock.IsPaused.Value = true);
|
||||
AddUntilStep("wait for sample to stop playing", () => !sample.Playing);
|
||||
|
||||
AddStep("trigger skin change", () =>
|
||||
{
|
||||
skinSource.TriggerSourceChanged();
|
||||
});
|
||||
AddStep("trigger skin change", () => skinSource.TriggerSourceChanged());
|
||||
|
||||
AddStep("retrieve new sample", () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user