mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
fix formatting
This commit is contained in:
@ -56,7 +56,8 @@ namespace osu.Game.Rulesets.Catch.Tests
|
|||||||
|
|
||||||
[TestCase(true)]
|
[TestCase(true)]
|
||||||
[TestCase(false)]
|
[TestCase(false)]
|
||||||
public void TestHitLighting(bool enable) {
|
public void TestHitLighting(bool enable)
|
||||||
|
{
|
||||||
Catcher catcher = this.ChildrenOfType<CatcherArea>().First().MovableCatcher;
|
Catcher catcher = this.ChildrenOfType<CatcherArea>().First().MovableCatcher;
|
||||||
|
|
||||||
AddStep("Toggle hit lighting", () => config.Set(OsuSetting.HitLighting, enable));
|
AddStep("Toggle hit lighting", () => config.Set(OsuSetting.HitLighting, enable));
|
||||||
|
Reference in New Issue
Block a user