mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Use lambda expression instead
This commit is contained in:
@ -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", () =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user