Fix line endings.

This commit is contained in:
Dean Herbert
2017-02-23 11:16:23 +09:00
parent 9746877903
commit 9f367bcc0e
7 changed files with 1388 additions and 1388 deletions

View File

@ -7,9 +7,9 @@ using osu.Game.Graphics;
using osu.Game.Modes;
using osu.Game.Overlays.Mods;
namespace osu.Game
{
public class DifficultyReductionSection : ModSection
namespace osu.Game
{
public class DifficultyReductionSection : ModSection
{
public ModButton EasyButton => Buttons[0];
public ModButton NoFailButton => Buttons[1];
@ -21,8 +21,8 @@ namespace osu.Game
Colour = colours.Green;
SelectedColour = colours.GreenLight;
}
public DifficultyReductionSection()
public DifficultyReductionSection()
{
Header = @"Gameplay Difficulty Reduction";
Buttons = new ModButton[]
@ -51,7 +51,7 @@ namespace osu.Game
new ModHalfTime(),
},
},
};
}
}
}
};
}
}
}