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