mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +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);
|
AddStep("pause gameplay clock", () => gameplayClock.IsPaused.Value = true);
|
||||||
AddUntilStep("wait for sample to stop playing", () => !sample.Playing);
|
AddUntilStep("wait for sample to stop playing", () => !sample.Playing);
|
||||||
|
|
||||||
AddStep("trigger skin change", () =>
|
AddStep("trigger skin change", () => skinSource.TriggerSourceChanged());
|
||||||
{
|
|
||||||
skinSource.TriggerSourceChanged();
|
|
||||||
});
|
|
||||||
|
|
||||||
AddStep("retrieve new sample", () =>
|
AddStep("retrieve new sample", () =>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user